1.4.1 • Published 4 years ago

initsetup v1.4.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

What is this?

Avoid the boiler plate code to setup the express app . It includes the express js, cors , body parser. All you need is just import and start the server

Installation

npm i initsetup --save

Then...

var app = require ("initsetup");

app =app.initsetup;

app.listen(3000 ,() =>{
    console.log("server is running"); 
});
1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago