react_boilerplate icon indicating copy to clipboard operation
react_boilerplate copied to clipboard

A React Boilerplate with webpack, testing with Karma

react_boilerplate

A React Boilerplate with Karma, Babel, and Webpack, testing and coverage are included.

Installation

npm install

// Then use the following commands
npm run build   # for production build
npm run dev     # for development use
npm run test    # for testing

Tutorials

[Chinese] Create your own react boilerplete step by step

[Chinese] Add unit test coverage report for react boilerplete