Enjoy these delightful samples taken from SitePen's TypeScript in Depth.
In addition to the samples, there is a complete development environment for working with TypeScript including Grunt and Intern support!
SitePen has a 10-year history in open source. Our first release was the Dojo Toolkit, and we continue to foster the open-source community through the Dojo Foundation, which oversees such projects as grunt and lodash. We are a contributing member to, and creator of, Intern, Mayhem, dgrid, dstore, among others. We consult as expert advisors to international companies and startups, and train their developers.
SitePen has workshops on TypeScript and offers support plans to help transfer our expert knowledge to you.
npm install
grunt lint
- validates style rulesgrunt test
- runs intern's node clientgrunt test-local
- runs intern's runner with local configurationgrunt test-proxy
- starts intern's testing proxygrunt test-runner
- runs intern's runnergrunt ci
- runs tests in a continuous integration environmentgrunt clean
- cleans development workgrunt
- compiles files