<<<<<<< HEAD
=======
A well-structured ExpressJS starter using TypeScript, layered architecture, and sensible defaults.
src/
api/
v1/
controllers/
routes/
validators/
config/
middlewares/
services/
utils/
loaders/
server.ts
- Copy
.env.exampleto.envand adjust values. - Install deps and start dev server:
npm install
npm run dev- Health check:
GET /api/v1/health
- dev: Nodemon + ts-node
- build: Compile to
dist/ - start: Run compiled server
- lint / lint:fix: ESLint
- format: Prettier
- typecheck: TypeScript noEmit
f04fe7a (feat: init app)