Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 807 Bytes

Bootstrap with SASS

Enviroment

Node

Install NVM

Install Node.js

Install NPM

Global Node Package

We need to install two node packages to run them in command-line.

Install Grunt: run npm install -g grunt-cli

Install Bower: run npm install -g bower

Install Dependencies

Node Package dependencies

Run npm install (will install grunt-contrib-connect / grunt-contrib-watch / grunt-contrib-compass / grunt-contrib-jshint)

Bower Package dependencies

Run bower intall

Enjoy!

Run grunt and Grunt will automatically open http://localhost:9000/

When you modify anything, the page will refresh automatically.