Welcome to the OSOC Typescript workshop. While the presentation is going on, you can follow the instructions given by Bo Robbrecht and try it out yourself!
- Make sure you have the following dependencies & Tools installed:
-
Use this template repository to make your own repository based on this version. You can click the Use this template button to make your own.
-
Clone your version to your desktop using
git clone
-
Open a terminal window in the cloned directory and download the TypeScript dependency
globally
:
npm install -g typescript
- Go ham 🍖 and enjoy tooling around with TypeScript
You can look at the demonstrated code yourself by going to the ts-conversion
branch
Enjoying TypeScript? This presentation is only a small part of what TypeScript has to offer. If you really want to go in-depth, I suggest the following resources:
- Typescript Handbook: The TypeScript handbook is the official introduction written by the TypeScript devs. This goes over the core of TypeScript and is a nice way to get started with TypeScript!
- Awesome TypeScript: Awesome TypeScript is an collection of many resources, frameworks, tools, etc... That make use of TypeScript