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

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

Home Page:https://glebm.github.io/gulp-webpack-react-bootstrap-sass-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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/.

For LiveReload, install Chrome LiveReload extension, then 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.

https://glebm.github.io/gulp-webpack-react-bootstrap-sass-template/

License:MIT License


Languages

Language:CoffeeScript 93.7%Language:CSS 4.1%Language:JavaScript 1.2%Language:Shell 1.0%