Skip to content

akadon/typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Starter

Minimal TypeScript project template for quick prototyping.

Setup

npm install

Scripts

Command Description
npm run dev Start with auto-restart on file changes
npm run dev:debug Same with debugger on port 4321
npm test Run Jest tests

Structure

src/index.ts          entry point
__tests__/index.js    test example
.vscode/launch.json   VS Code debug config (attach to ts-node-dev)

Stack

  • TypeScript 4.8
  • ts-node-dev (fast transpile-only reload)
  • Jest 29 + ts-jest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors