Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 643 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 643 Bytes

ReactJS Project Boilerplate

Repo created to quickly setup my React projects.

Quick start a project with:

  • Webpack and webpack-dev-server
  • Babel 6
  • ESLint (extended with airbnb)
  • Jest
  • SASS
  • Express
  • React-Router
  • Much more coming...

Usage:

$ ~/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

TODO

  • Setup testing unit testing examples
  • Build out server
  • Use webpack API settings instead of scripts