Simple starter for react-redux apps;
Has connected redux dev tools chrome extension (if able);
- Clone this repo.
- Run
npm install
to install dependencies. - Run
npm start
to 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 test
to run single test - Run
npm run test:watch
to watch tests