It includes:
- Webpack 4
- in development, Webpack Dev Server + HMR (css/js)
- React and Redux
- PostCSS
- ESLint
- Mocha with Chai + JSDOM
Install by running yarn install
- dev mode:
yarn run dev
- build:
yarn run build
- test:
yarn run test
oryarn run test:watch
- add unit tests