Skip to content

angular-in-action/components2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Angular 2 Application

Setup:

npm install
gulp go

You can then open a browser to http://localhost:7000

NOTE: npm start command will do npm install and then run gulp go to transpile assets and start a simple Express server.