Web App Boilerplate w/ Jade & SCSS

Description

This repository acts as a very simple Boilerplate for Website project using Jade & SASS.

Pre-Requisite

  1. npm - Node Package Manager

    Best way to install npm is to install NodeJS from https://nodejs.org/en/download/

    or using Chocolatey

    $ choco install nodejs.install
    
  2. Git

    Download Git from https://git-scm.com/downloads

  3. Bower

    $ npm install -g bower
    

Usage

  1. Clone repo

    $ git clone https://github.com/dev-fuad/Jade-SCSS-Boilerplate.git
    
  2. Install packages

    npm install
    bower install
    
  3. Start server (includes auto refreshing) and gulp watcher

    npm start