Gulp + Webpack (CoffeeScript, Sass, JSX) + React + Bootstrap for Sass
This is a template for a client-side web app compiled using Gulp with Webpack. Bootstrap for Sass and React included.
Running
Clone the repo:
$ git clone --depth 1 [email protected]:glebm/gulp-webpack-react-bootstrap-sass-template.git
Install dependencies from npm and bower:
$ npm install
$ bin/bower install
Start development server:
$ bin/gulp dev
See your app at http://localhost:4000/.
The browser will automatically reload when any file in /src changes.
Production build:
$ bin/gulp prod