React boilerplate that includes Webpack, Sass with PostCSS Autoprefixer, and ES6 (ES2015) Babel support.
This boilerplate requires Node. Webpack and Webpack Dev Server should be installed globally with:
npm install webpack webpack-dev-server -g
Install dependencies for the project with:
npm install
To start Webpack Dev Server with live-reloading available on http://localhost:8080
, run
npm start
Create /dist
folder and build for production by running:
npm run build