Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 321 Bytes

File metadata and controls

23 lines (15 loc) · 321 Bytes

TSLearning

A simple Node.js, Typescript, Gulp project to start learning these technologies within Visual Studio 2015

Usage

  • Install node packages:

     npm install
    
  • Install typings:

     typings install
    
  • Launch the server

     Run task "default" or F5 on Visual Studio 2015