ChangRiver / Angular-ES6-BookShelf

A sample app showing how to create an AngularJS app using ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sample app showing how to create an AngularJS app using ES6


Languages

Language:JavaScript 70.0%Language:HTML 30.0%