Too many templates out there, another one wouldn't hurt 🙃.
This one aims to provide minimal boilerplate to get cracking on with your node.js + Typescript project, without bothering about writing out the tsconfig.json
. It only contains typescript, prettier and @types/node as dev dependencies.
Check it out!
DeathVenom54 / typescript-minimal-starter
A minimal starter template for a Typescript project
📔 Typescript minimal starter
A minimal starter template for a Typescript node.js project
Ingredients
Getting started
- Make a repository with this template
- Edit the package.json with your desired stuff
- Get cracking with your project!
Included scripts
You can use the following utility scripts to make commands easier
-
yarn build
to transpile to Javascript -
yarn dev
to run the Typescript transpiler in watch mode yarn start to run your code
Top comments (0)