1.0.5 • Published 8 years ago
react-redux-minimalist v1.0.5
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 startto compile and run development server. - Run
npm testto run tests. - Run
npm test:watchto run tests and watch for changes. - Run
npm run buildto create production ready static files in build directory. - Run
npm run build:serveto serve latest production build.