This is contact app using Redux to consolidate knowledge of session before Redux 101. This app it is only to teach people how to use Redux, Redux saga and Jest snapshoot testing.
yarn install
yarn run dev
Then open http://localhost:3000
yarn run build
yarn start
Then open http://localhost (Note the production port is set to 80 in package.json)
yarn test
or
yarn test:watch
if you want to activate watch mode
yarn test:coverage
Then open ContactsApp/coverage/lcov-report/index.html if you want to see it more detailed than console report.
yarn install
yarn run dev-win
Then open http://localhost:3000
yarn run build-win
yarn run start-win
Then open http://localhost (Note the production port is set to 80 in package.json)
- React
- Redux
- Redux saga
- Immutable
- React Router
- Material-ui
- Babel
- Webpack
cloudmu amazing redux boilerplate https://github.com/cloudmu/react-redux-starter-kit
Thank you!