Simple starter for react-redux apps;
Has connected redux dev tools chrome extension (if able);
- Clone this repo.
- Run
npm installto install dependencies. - Run
npm startto start the dev server and visit http://localhost:3000 to see the app.
- React + Redux
- React-router
- Tooling: webpack, babel, eslint, hot loading, redux-devtools
- Testing: jest, enzyme
Run npm build to build your project. All files you can find in dist folder
- Run
npm testto run single test - Run
npm run test:watchto watch tests