Skip to content

Kavithma-Thushal/TypeScript-Learning-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"TypeScript is a superset of JavaScript"

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.

Getting Started

  1. npm init
  2. server / dist Added
  3. app.ts sent to the server
  4. "start": "tsc && node dist/app.js"
  5. tsc --init
  6. npm i @types/node -D
  7. outDir uncomment and add "./dist" in tsconfig file
  8. npm run start

Version

1.0.0

⭐️If you hava any bugs or issues ,If you want to explain code please contact me on :
[email protected]

This project is licensed under the Apache License 2.0

© 2024 All Right Reserved, Designed By Kavithma Thushal

About

This is learning about TypeScript in GDSE66

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published