Skip to content

Simple Typescript starter, run `npx degit infomiho/typescript-starter folder`

Notifications You must be signed in to change notification settings

infomiho/typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Starter

Use this starter to create a new Typescript project.

It uses:

  • Typescript 5
  • SWC for compiling
  • ts-node for running
  • nodemon for watching and restarting

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

About

Simple Typescript starter, run `npx degit infomiho/typescript-starter folder`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published