A simple template playground for Node with Typescript. Eslint and Prettier are included.
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-name
Install the dependencies
pnpm i
Run the index file with th
pnpm dev