Angular 2 with TypeScript
- Install NPM from the official website
- Open command prompt in administrator mode and run following commands:
npm install -g typescript
npm install -g typings
npm install -g angular-cli - Use 'cd' to navigate to directory with 'app' folder
- Run following commands:
npm install
npm start