With the latest features and tools in Node.js, setting up a modern TypeScript project has never been easier—or more exciting. This guide will show ...
For further actions, you may consider blocking this person and/or reporting abuse
Can you create a blog on express/typescript project deployment on vercel or render I have faced issues on that even after following their docs and YouTube tutorials?
Thank you again 💓
I can write one for you :)
Figure it out yourself. Doing is the best way to learn.
Nice article
AasimSibelius!Just a small suggestion - may be you can also add appropriate node version/s which support these features and flags.
This Article is not mine, you can check my articles here: @bhataasim
I prefer using nestjs instead of doing all these myself. By the way nice article, Thanks 🙏
This is a very basic setup that literally takes 5 minutes. It’s good for everyone to understand how to spin up a vanilla Node + TypeScript app.
Hey, I'm looking for a role.
Here is my portfolio bhataasim-portfolio.vercel.app/
It's clean and structured
Is this repo available to fork and rebuild on top of it?
Yes, checkout magic ui templates
This setup alone probably does not get the job done at all. You don't have a buildin module Bundler in Node nore do you have an Html,Sass compiler. This is very basic but if you want you could do some basic coding.
You generated an article using AI on a topic you know nothing about and the result is nonsense text. Good one.
One thing, starting with Node v.23 you don't need the strip types flag. It's on by default.
nodejs.org/en/learn/typescript/run...