##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.