Typescript project starter
Madhav Jha
Posted on April 22, 2022
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
After that follow this guide.
https://blog.appsignal.com/2022/01/19/how-to-set-up-a-nodejs-project-with-typescript.html
π πͺ π
π©
Madhav Jha
Posted on April 22, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
javascript How I Created Vanilla Calendar Pro β A Lightweight and Flexible JavaScript Calendar with TypeScript
November 28, 2024
typescript π₯ Why TypeScript is the Go-To Language for Modern Web Development π₯
October 16, 2024