- Webpack and webpack-dev-server
- Babel 6
- ESLint (extended with airbnb)
- Jest
- SASS
- Express
- React-Router
- Much more coming...
$ ~/mkdir my-react-app
$ cd my-react-app
$ git clone --bare https://github.com/JohannBillar/reactjs-boilerplate.git .git
$ git config --bool core.bare false
$ git reset --hard
$ npm install
$ npm test
$ npm start or $ NODE_ENV=production npm start
- Setup testing unit testing examples
- Build out server
- Use webpack API settings instead of scripts