Following a pluralsight course 'Testing JavaScript with Jasmine and TypeScript'
An easy to grasp example for training on various web technologies
npm install
npm run bower-typings
tsc
npm start
Requires the following global installations:
- npm
- bower
- typescript
- typings
Also globally installed:
- gulp
- karma-cli
- tslint (used by VSCode)