This video explains steps to use TypeScript in a Node.js application.
You can read step by step article on the same here – here
Download source code from here
To start with create a folder and run npm init command inside the folder. After that install these dependencies,
- npm install -D typescript
- npm install -D tslint
- npm install express -S
- npm install @types/express -D
To follow steps read article here
Leave a Reply