To start implementaion of TS , Do these steps :
- npm init -y
- npm i --save-dev lite-server ( We use lite server so we can't refresh our page every time. You must use this.)
- I hope you make index.html and name.ts file till now.
- npm start for development server start ,
- type tsc name.ts every time in terminal to view changes.
- That's it. 😁