Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 508 Bytes

TypeScript Node Starter

Boilerplate for typical express backend application with typescript and standard code quality tooling configured.

Need this goloble install

  • Node - for run all runtime js
  • Tsx - for run .ts file dev mode
  • TypeScript - for build and init

Scripts

# run in dev watch mode
$ npm run dev

# code build for js
$ npm run build

# run build code
$ npm run start