1.0.2 • Published 1 year ago

express-fillin v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

�� Express Fillin

Starts up express server without writing that boring server boilerplate code.

GitHub license Npm package total downloads Npm package version

Installation

First install npm install express for your application to use express Server.

Than, run npm install express-fillin for your app & than simply require it.

Using npm:

$ npm install express-fillin
$ npm install --save express-fillin

How it works

Once Installed and required now simply call that required constant and pass in the PORT number of your choice it this will set up your express server if everything goes well else it will throw an error.

Quick Start

const express = require("express-fillin");

express(5500);

Ref

express(PORT);

This will setup a basic express server which will log the success message of server running if setup properly instead of writing that repeated boilerplate for setting up the express server.

Contributing

  1. Install node.
  2. Clone this repository $ gh repo clone NaNshekhar04/express-fillin.
  3. Install dependencies $ npm install.
  4. Start Hacking!

Feel free to contribute to the repo. Just make sure you Open an Issue first before raising the Pull Request!