Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 313 Bytes

esbuild-nodemon

  1. Bundle you NodeJS app with esbuild (without dependencies)
  2. Run output by nodemon
  3. Rebuild and restart on changes

Use without installation

npx esbuild-nodemon src/server.ts

Why

I want to build server using typescript with auto-restarts. And I want it to start fast.