This is a template for a client-side web app compiled using Gulp with Webpack. Bootstrap for Sass and React included.
Clone the repo:
$ git clone --depth 1 git@github.com:glebm/gulp-webpack-react-bootstrap-sass-template.gitInstall dependencies from npm and bower:
$ npm install
$ bin/bower installStart development server:
$ bin/gulp devSee your app at http://localhost:4000/.
The browser will automatically reload when any file in /src changes.
Production build:
$ bin/gulp prod