Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 280 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 280 Bytes

Angular2 Application

a simple angular2 app written in TypeScript

Installation

  • Install Nodejs and npm

  • Use "npm install" to install the packages

$ npm install
  • Run the TypeScript compiler and launch the app
$ npm start