Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 331 Bytes

File metadata and controls

17 lines (9 loc) · 331 Bytes

sails-angular2

A sample Sails and Angular 2 starter app

To run this you will need typescript compiler and npm/node installed and setup.

#Steps

npm install

If you don't have typings module installed, install it first using npm i typings -g before you run the following commands.

typings install

tsc

sails lift