- Run
yarn add https://github.com/HealthByRo/redux-modal
import { modalReducer } from 'redux-modal';
- Done!
- Run
yarn global add getstorybook
to instal StoryBook. - Clone this repo using
git clone [email protected]:HealthByRo/redux-modal.git
- Run
cd redux-modal/
- Run
yarn
to install dependencies. - Run
yarn run storybook
to start StoryBook. - Run
yarn watch
to rebuild lib automatically on file change.
Follow the release process steps https://bitbucket.org/arabellatech/demo-react/wiki/Library_Release_Process
- Run
yarn
- Commit
package.json
andyarn.lock
changes - Run
flow-typed install --overwrite
- Check if
yarn flow
returns any new errors, if not, commitflow-typed/
changes