A react boiler plate using Webpack4, babel7 and react 16.
react-boilerplate uses a number of open source projects to work properly:
- [react v16]
- [webpack-4]
- [babel-7]
- [husky]
- [eslint]
- [prettier]
- [stylelint]
react-boilerplate requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd react-boilerplate
$ npm install
$ npm startFor production environments...
$ npm install
$ npm start --production