#Angular JS 2 training
With Typescript
##Install
- Install Node.js
(or with homebrew)
brew install node
- Add the configuration files (+info)
package.json
tsconfig.json
typings.json
- Run npm install
npm install
npm start
npm start runs the compiler and a server at the same time, both in "watch mode"
More info: Angular2 quickstart