node-starter-2024

Node.js starter app, 2024 edition

MIT License

Stars
3
Committers
1

Node.js Starter App (2024)

Provides a quick-start Node.js app with some common default tooling:

Getting Started

Install all dependencies:

npm install

Start the server:

npm start

open http://localhost:3000

View API docs:

open http://localhost:3000/docs

Regenerate OpenAPI Schema:

npm run generate-schema

All Commands

  • npm start
  • npm test
  • npm run generate-schema
  • npm run type-check
  • npm run lint
  • npm run prettier

Related Projects