This project template can be used to start any TypeScript project from scratch The output directory is automatically generated based on tsconfig.json
- npm install(to install lightserver)
- npm start(to start the lightserver)
- tsc --watch(compile the code to TypeScript)
- You can check the localhost:3000
a very simple to-do app using typescript
Use solely for reference material only