Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 489 Bytes

File metadata and controls

23 lines (15 loc) · 489 Bytes

AngularIn20TypeScript

Simple AngularJS Application with TypeScript, you can view video about typescript and angular in 20 minutes at ngconf 2015 on youtube

Usage

  • Install global dependencies if necessary

      npm install -g gulp-cli typings superstatic
    
  • Install node packages:

     npm install
    
  • Launch the server

     npm start