Skip to content

after9/bootstrap-with-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a bootstrap (sass) generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published