first-server-setup
v1.0.2
Published
This a simple express app setup
Readme
first-server-setup
A simple package to quickly start your Express server.
Installation
npm install first-server-setupNote:
expressis a peer dependency. Make sure you have it installed:npm install express
Usage
const server = require("first-server-setup");
server(5000);Description
This package helps you easily set up and run an Express server with minimal code.
Perfect for beginners or rapid prototyping!
License
This project is licensed under the ISC License.
