Learn TypeScript 3 by Building Web Applications
上QQ阅读APP看书,第一时间看更新

Creating the project

Open your favorite Terminal (again, we will assume Bash here). Create a new folder called hello-world:

$ mkdir hello-world

After the previous command, you can go into the newly created folder:

$ cd hello-world

Now open VS Code in the current folder using the code . command.