/gulp-sass-starter-template

Simple Gulp SASS Starter Boilerplate Project with Bootstrap Example

Primary LanguageSCSS

README

Gulp SASS Starter Boilerplate

Gulp SASS Starter Project with Bootstrap Example

Prerequisites

  • node
  • npm
  • gulp

Quick Start:

# Browse to project folder
cd /path/to/project/this/folder

# Install all dependencies
npm install

# and run
gulp

Additional 💩 commands

To compile sass files only run: gulp sass

To compile javascript files only run: gulp js

To clean all compiled files run: gulp clean

Contribution guidelines

  • Pull Request are always welcome
  • Please search before creating any issue