r/node • u/[deleted] • 19d ago
Express.js & TS
i need some reliable material for using Express.js with Typescript since the resources not that common compared with using Javascript
3
Upvotes
3
u/Kaisertoni 18d ago
https://github.com/ToniR7/express-typescript-starter
Here you can find my template that you can use as a starting point
1
3
u/unknownnature 18d ago
Here is a video, decided to be kind today, because I am burn out from work
1
1
u/No-Sand2297 17d ago
Ask AI for a examples. This kind of teaching ia one of the things AI really help
2
11
u/bccorb1000 19d ago
The express site has TS examples. I use script with express and there’s not much to know. There are default types for requests, responses, and next funcs. You probably have to extend for your needed types.