react-redux-minimalist
v1.0.5
Published
React and Redux project starter kit
Downloads
4
Readme
React and Redux Project
Minimalist starter kit for a React and Redux Project.
Includes
- React
- Redux
- Webpack with simple setup.
- Babel with preset-env and stage-3.
- Redux First Router.
- Hot Reloading.
- ESlint with React plugin.
- cssnext.
Usage
- Run
npm start
to compile and run development server. - Run
npm test
to run tests. - Run
npm test:watch
to run tests and watch for changes. - Run
npm run build
to create production ready static files in build directory. - Run
npm run build:serve
to serve latest production build.