- React 15
- Webpack 2
- React-hot-loader 3
- SASS
First
go to your local machine
git clone git@github.com:donaldma/boilerplate.git
Then run
npm i
Running on development mode:
npm run dev
Running on production mode:
npm run build
npm start
Before you deploy, make sure you generated your bundle through npm run build.