This package can be used as the base for a new react project.
This react boilerplate uses:
- yarn - node package manager
- sass - CSS extension language
- eslint - linter
- react - library for building interfaces
- jest - testing library
- storybook ui - UI development with the following addons;
- webpack - asset bundler
- flow - static typing
Clone `https://github.com/jabdul/react-redux-bootcamp.git`
$ cd <react-redux-bootcamp>
$ yarn install
## run storybook...
$ yarn run storybook
## run build...
$ yarn run dev