Sample hello world app using Angular, Typescript with SystemJS.
- Download and install Node.js
- Go to git cloned folder
cd ng-hello-world-master
- Install dependencies
npm install
oryarn
- Run the app
npm start
Sample hello world app using Angular, Typescript with SystemJS.
cd ng-hello-world-master
npm install
or yarn
npm start