Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 399 Bytes

Setup

  • 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

Server

In your terminal http-server -p 4200

Build

Run gulp to build files and watch for changes.
Your stack is running and can be viewed on localhost:4200