@limegroup/lime-redux-util
v5.1.0
Published
This README would normally document whatever steps are necessary to get your application up and running.
Readme
to run locally with a project
- in ap-redux-util do
npm link ../myproject/node_modules/reactnpm link ../myproject/node_modules/react-dom
npm link
- then in your repository do
npm link ap-redux-util
- after that just keep changing ap-redux-util, do a
npm run watch.
