Your first Visual Studio Code Project
The purpose of this section is to give you the basic knowledge of how to create your own Visual Studio Code project template. You will configure this project template to develop applications in TypeScript. You will learn how to use and execute the node.js core API.
Reading this section will help you to understand the core structure of NativeScript projects.
The topics in this section are:
- Create the root folder of your project template
- Choose your own color theme
- Convert the project folder into a package
- Create and run scripts from the package
- Define your project as a TypeScript project
- Configure TypeScript for your project
- Configure TypeScript to work with external modules
To be continued...