Skip to content

A lightweight template to start writing Node scripts in TypeScript with an autoreload on change dev script.

License

Notifications You must be signed in to change notification settings

MarcosRZ/node-ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ts-template

Just bare minimums to start writing Node in TS with a decent tooling base. Basically types, linting and dev pipeline.

Suggestions are welcome! 🙂

To install dependencies:

bun i

Run, compile and watch:

bun run dev

build

bun run build

lint (tslint)

bun run lint

Run production build (requires a previous build)

bun start

This project was created using bun init in bun v1.0.25. Bun is a fast all-in-one JavaScript runtime.

About

A lightweight template to start writing Node scripts in TypeScript with an autoreload on change dev script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published