Tutorial on using Typescript with AngularJS 1.x
Adam Nowaczyk ([email protected])
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