A React Boilerplate with Karma, Babel, and Webpack, testing and coverage are included.
npm install
// Then use the following commands
npm run build # for production build
npm run dev # for development use
npm run test # for testing
[Chinese] Create your own react boilerplete step by step
[Chinese] Add unit test coverage report for react boilerplete