DEV Community

Madhav Jha
Madhav Jha

Posted on

3 2

Typescript project starter

Many times you just want an index.ts and package.json to run a simple script like project for typescript.

What is the bare minimum way to do that?

nvm use
npm init -y
npm install typescript --save-dev
Enter fullscreen mode Exit fullscreen mode

After that follow this guide.

https://blog.appsignal.com/2022/01/19/how-to-set-up-a-nodejs-project-with-typescript.html

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay