Skip to content

ilovepixelart/ts-express-swc

Repository files navigation

Express.js + Mongoose + TypeScript 5 + SWC

Commands:

npm i

npm run dev # developer mode

npm run build # build using swc
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