Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 553 Bytes

File metadata and controls

22 lines (16 loc) · 553 Bytes

node-esbuild-typescript-starter-template

Clone

npx degit 'https://github.com/vanillacode314/node-esbuild-typescript-starter-template'
pnpx degit 'https://github.com/vanillacode314/node-esbuild-typescript-starter-template'
pnpm dlx degit 'https://github.com/vanillacode314/node-esbuild-typescript-starter-template'

Scripts

  • format: format codebase with prettier
  • start: run the built version of the code
  • build: build the codebase
  • dev: watch the codebase and rerun when changes are detected