• Stars
    star
    111
  • Rank 303,387 (Top 7 %)
  • Language
    CoffeeScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Web App Client Template: React. Sass, Coffee, JSX. Bootstrap for Sass. Compiled with Gulp and Webpack.

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