- Install homebrew from here
- Install node.js
brew install node - Gulp & Bower
npm install -g gulp bower http-server - Now run
npm install && bower install
In your terminal http-server -p 4200
Run gulp to build files and watch for changes.
Your stack is running and can be viewed on localhost:4200