Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 368 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 368 Bytes

Typescript Starter

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

Running in dev

npm run dev

Running in production

npm run start