a boiler plate for React, MobX and Webpack application with tests and coverage.
just clone
this repo then run npm i && npm t
npm start
- start the dev server at http://localhost:8100npm test
- run test suitsnpm run cover
- run coveragenpm run cover-view
- view html report at http://localhost:3000npm run build
- build to dist dirnpm run lint-fix
- lint and auto-fix errorsnpm run changelog
- create changelog (using angular commit guidelines)