Boilerplate for kickstarting a project with the following technologies:
- TypeScript
- React 16
- Webpack 4
- Babel 7
- Hot Module Replacement
- Redux
- React-Router
- Prettier
- Eslint
- CSS Modules and PostCSS
- Jest and Enzyme
install dependencies
yarn install
begin by starting webpack
yarn start
once the browser is open, start the mock server to begin streaming order events
yarn server
lint errors are enabled in vscode, or run eslint across all files in /app
yarn lint
run test suite
yarn test
you can use yarn test --watch
to run jest in watch mode