Skip to content

cherihung/node-service-starter

Repository files navigation

node-service-starter

Modern Express starter powered by Vite with sensible defaults:

  • Express 4 with JSON and URL encoded body parsing enabled by default
  • Vite for lightning fast development (vite-node) and SSR-friendly builds
  • ESLint (Google config) for consistent code quality
  • Morgan for HTTP request logging and CORS enabled out of the box
  • Dotenv for environment variable management

Getting started

  1. Install dependencies
    npm install
  2. Start the development server with auto-reload
    npm run dev
  3. Build and run the production bundle
    npm run build
    npm start

The service listens on PORT (defaults to 3000). Health information is available at /health.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published