Getting Started with TypeScript
I participated in the TypeScript Webinar last week, hosted by: Chander Dhall, and during the seminar Chander mentioned TypeScript.org. While watching the webinar I was originally writing some code using notepad, since I didn’t want to load an IDE just to get a feel for the syntax. But I found that TypeScript.org offers a sandbox, TypeScript Playground, that allows you to write TypeScript code, see how it compares to traditional JavaScript code, and execute the code. The site also has tons of sample code and a quick start section that walks you through getting TypeScript install and configured so that you can be up and running. I’ve walked through the Asp.Net tutorial. |