Hello everyone!
Today I would like to share with you a very simple way to get up and running with a new Node TypeScript project.
All it takes is running a single command from your terminal
$ npx node-ts-new
You would then get a Node.js TypeScript project configured with:
- nodemon
- eslint
- prettier
- dotenv
The generated project folder structure looks like this
Thats it!. Please feel free to check out the github repo for this package and even contribute to it!
Top comments (2)
nice, often I used
create-react-app
and removed react. next time I give this a try.I used to do a similar thing as well! lots of effort every time was starting a new project