Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 376 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 376 Bytes

#seed project

To Download This project

project_dir=<YOUR PROJECT FOLDER>
git clone https://github.com/joelkaufman/seed.git $project_dir;
cd $project_dir;
rm -rf .git;
git init

To Download Project dependencies

npm install;
bower install

To Start The server

node start

To start the file watchers, for compiling JADE, and SCSS

gulp