Skip to content

Get your Express server running in seconds with the express-fillin package. This package provides an easy to use function that sets up an Express server without any additional configuration, boilerplate code or hassle. Whether you're building a small API or a big web application.

NaNshekhar04/express-fillin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Get your Express server running in seconds with the express-fillin package. This package provides an easy to use function that sets up an Express server without any additional configuration, boilerplate code or hassle. Whether you're building a small API or a big web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published