A starter template for typescript projects using node 18.
Why I decided to create this template is because I used to setup nodejs project many times and this template is a good representation of a minimal nodejs project. Hope you find it useful for your projects as well.
- node 18
- pnpm
- Clone this repo
git clone [email protected]:gio-shara-code/ts-node18-template.git
- Run
pnpm install
- Run
pnpm run dev
to start the dev server usingconcurrently
@tsconfig/node18
is used to provide the typescript configuration for node 18.
This template can be used for any type of Nodejs project. Have fun with it.