Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

glebm/gulp-webpack-react-bootstrap-sass-template

Repository files navigation

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 git@github.com: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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published