Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 368 Bytes

Simple TypeScript Starter

Starting a new project

The easiest way to use this repository is to degit it:

npx degit https://github.com/premdasvm/typescript-starter <project-name>

Scripts

pnpm run start:dev

Starts the application in development using tsx, with hot reloading.