git clone https://github.com/var-bin/reactjs-2019q1.git
yarn
yarn start
yarn build
yarn test
yarn test:watch // watch mode
yarn test:coverage // add coverage
yarn e2e // e2e tests via cypress
yarn e2e:open // e2e tests via cypress and open browser
-
- Build configs for each env
- A bunch of tests for checking test script + Jest, Enzyme
-
- A bunch of components
- Error Boundaries Component
-
- A bunch of unit-tests
- A simple e2e test
- Config for Travis CI
- Config for AppVeyor CI
-
- Link to PR
- Connect App to Redux
- Cover actions, reducers and new components by unit-tests