Skip to content

gauravjatt4k/fordevs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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