/react-mobx-webpack-seed

a boiler plate for React, MobX and Webpack application with tests and coverage.

Primary LanguageJavaScript

React-MobX-Webpack Boiler Plate

a boiler plate for React, MobX and Webpack application with tests and coverage.

Install

just clone this repo then run npm i && npm t

Tasks


  • npm start - start the dev server at http://localhost:8100
  • npm test - run test suits
  • npm run cover - run coverage
  • npm run cover-view - view html report at http://localhost:3000
  • npm run build - build to dist dir
  • npm run lint-fix - lint and auto-fix errors
  • npm run changelog - create changelog (using angular commit guidelines)