Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 909 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 909 Bytes

Bootstrap-Gulp-Scss-Starter

A starter project including full setup for Bootstrap, GulpJS, SASS, AutoPrefixer, BrowserSync, and more.

System Preparation

To use this starter project, you'll need the following things installed on your machine.

  1. NodeJS - use the installer.
  2. Bower - $ npm install -g bower (mac users may need sudo).
  3. GulpJS - $ npm install -g gulp (mac users may need sudo).

Local Installation

  1. Clone this repo, or download it into a directory of your choice.
  2. Inside the directory, run npm install to install the node modules (e.g. Gulp).
  3. Then run bower install to install the bower components (e.g. Boostrap).

Usage

development mode

This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.

$ gulp