Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 495 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 495 Bytes

##Running the code To run the sample, open a command prompt and execute the following commands:

  • npm install (to install node.js dependencies)
  • bower install (to install front-end packages)
  • npm run gulp (to start the server)
  • Open a browser and change the URL to http://localhost:8000

To understand internals of this code sample, read my Sitepoint article on Writing Angular Apps using ES6.