Skip to content

JohannBillar/reactjs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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