work flow test to verify learnings from lynda.com
- Need node & git installed: {node.js and git}
- Clone project using the terminal (mac) or Gitbash (PC)
git clone https://github.com/binary6is110/sample_angular.git - CD to the folder
cd sample_angular - Run
npm installto install project dependencies - Install gulp.js via the Mac terminal or Gitbash on a PC
npm install -g gulpFor Mac users:sudo npm install -g gulp - Run the Gulp command
gulp - Fire up your browser at
http://localhost:8080For Mac users, browser should pop open auto'magic'ally