1.0.2 • Published 19 days ago

mini-noder-server v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
19 days ago

mini-node-server

A minimalistic Node.js server with basic routing and static file serving capabilities, built with Express.

Installation

To install mini-node-server, clone this repository and install its dependencies:

git clone <repository-url>
cd mini-node-server
npm install

Usage

To start the server, run:

npm start

This will start the server on http://localhost:3000. The server serves static files from the public directory and has a basic API endpoint at /api.

Dependencies

  • express: For handling HTTP requests and serving static files.
  • morgan: For HTTP request logging.
1.0.2

19 days ago

1.0.1

2 months ago

0.0.1

2 months ago