Skip to content

ilovepixelart/ts-express-esbuild

Repository files navigation

Express.js + Mongoose + TypeScript 5 + Esbuild

Commands:

npm i

npm run dev # developer mode

npm run build # build using esbuild
npm run start # production mode

npm run biome # lint & format check
npm run biome:fix # lint & format auto fix

npm run test # to run all tests
npm run test:open # to run coverage & open istanbul in the browser

You can run it using docker:

docker compose build
docker compose up