Tutorial on using Typescript with AngularJS 1.x
Adam Nowaczyk (adam.nowaczyk@acaisoft.com)
https://github.com/Acaisoft/PokerTutorial
Please go through branches from step-1 to step-4 to better understand the application.
- Install NodeJS: https://nodejs.org
npm install gulp -g
npm install tsd -g
git clone https://github.com/Acaisoft/PokerTutorial
cd PokerTutorial
npm install
tsd install
gulp dev:run