This is a simple project created to learn and explore TypeScript
The project demonstrates the basics of TypeScript,
including type annotations, interfaces, classes, and modules. It serves as a practical example for understanding how
TypeScript enhances JavaScript development by providing static type checking, better tooling, and improved code
readability.
npm init
- server / dist Added
app.ts
sent to the server"start": "tsc && node dist/app.js"
tsc --init
npm i @types/node -D
- outDir uncomment and add
"./dist"
in tsconfig file npm run start
1.0.0
⭐️If you hava any bugs or issues ,If you want to explain code please contact me on :
[email protected]