Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

executable file
·
11 lines (7 loc) · 274 Bytes

Basic Angular 2 Application

Setup:

npm start

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

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