Skip to content

BlogDev/BlogDev.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

####install node server : -from : nodejs.org

####install bower global : - npm install -g bower

####Install Sass : ######first you need install ruby - for windows : http://rubyinstaller.org/ - for linux (Ubuntu) : sudo apt install ruby

######install sass : - for windows : gem install sass - for linux : sudo gem install sass

####Install Jade : - for windows : npm install jade --global - for linux : sudo npm install jade --global

####Install Grunt Cli : - for windows : npm install -g grunt-cli - for linux : sudo npm install -g grunt-cli

######(now open terminal in project master folder :) ####Install Node Packages : - npm install

####Install Bower Packages : -bower install

####Run Scripts :
grunt watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors