Web App Boilerplate w/ Jade & SCSS
Description
This repository acts as a very simple Boilerplate for Website project using Jade & SASS.
Pre-Requisite
-
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 -
Git
Download Git from https://git-scm.com/downloads
-
Bower
$ npm install -g bower
Usage
-
Clone repo
$ git clone https://github.com/dev-fuad/Jade-SCSS-Boilerplate.git -
Install packages
npm install bower install -
Start server (includes auto refreshing) and gulp watcher
npm start