sails-angular2
sails-angular2 copied to clipboard
A sample Sails and Angular 2 starter app
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