Use this starter to create a new Typescript project.
It uses:
- Typescript 5
tsx
for watching and compiling
Run the following commands to get started:
npx giget gh:infomiho/typescript-starter my-project
cd my-project
npm install
npm run dev
npm run start