A simple template playground for Node with Typescript. Eslint and Prettier are included. This uses node type striping, so make sure you have Node 23 or later
Use the command to giget download the latest commit. You can include the --install flag to install dependencies after cloning.
npx giget gh:ralacerda/typescript-playground-template new-project-name
# Or
npx giget --install gh:ralacerda/typescript-playground-template new-project-nameInstall the dependencies
pnpm iRun the code
# Start in watch mode
pnpm dev
# Run the code once
pnpm start