typescript-tutorial/
├─ dist/
└─ src/
|.gitignore
|gulpfile.js
|package.json
|package-lock.json
|README.md
|tsconfig.json
Webstorm 2021.3.2 or vs code
- Install node.js
- Install yarn globally : npm i -g yarn
- Install gulp globally using yarn : yarn global add gulp-cli
- Open cmd
- Run gulp
- Run node dist/main.js
- Enjoy