Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 465 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 465 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 tsd superstatic
    
  1. Install node packages:

     npm install
    
  2. Launch the server

     npm start