Skip to content

This repo is a starter kit for front-end developer, so developers can easily start a new project without setting up everything all over again.

License

Notifications You must be signed in to change notification settings

manish1408/Bootstrap-Gulp-Scss-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repo is a starter kit for front-end developer, so developers can easily start a new project without setting up everything all over again.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published