Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 458 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 458 Bytes

Angular Hello-World

Sample hello world app using Angular, Typescript with SystemJS.

How to run / install

  • Download and install Node.js
  • Go to git cloned folder cd ng-hello-world-master
  • Install dependencies npm install or yarn
  • Run the app npm start

screen shot 2016-12-03 at 4 50 29 pm