In this video series, I’d like you to show how to start building node.js applications using Typescript from scratch. We’re going to create a very simple Typescript application and configure VS Code as a default editor. In further videos, we will add more components to our project such as MongoDB, express.js, Redis and so on.
In the first part you will learn how to:
- create a basic Typescript file and compile it to JavaScript,
- configure Visual Studio Code for running apps written in Typescript,
- configure Visual Studio Code for debugging Typescript applications.
The source code is available on Github repository
Recent Comments