#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