Skip to content

SoCreate/angular-aod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-aod

AngularU 2015 session code

Session: AngularJS Application Instances on Demand https://angularu.com/ng/session/2015sf/angularjs-application-instances-on-demand

Requirements:

node.js
gulp

To get started, run:

npm install

This will get the required dev dependencies for the local code.

To start the local server, run:

gulp

Note: You will need gulp installed on your machine. This can be done with: npm install gulp -g

This will start the server listening on port 8000. In a browser, nav to:

http://localhost:8000