Express.js backend starter using JavaScript.
Install dependencies:
npm installCreate your local environment file:
cp .env.example .envRun the development server:
npm run devThe server starts on http://localhost:3000 by default.
npm start- run the server with Node.jsnpm run dev- run the server with nodemonnpm run lint- syntax-check the server entrypoint
src/
app.js
server.js
config/
controllers/
middleware/
routes/