express-starting
v1.0.3
Published
this is a package that contain the basisc code of the express server. just include the starter to run the server and hi to see in the browser if it is running
Downloads
6
Maintainers
Readme
//a demo of how the package works
const { starter } = require('express-starting');
starter();
// it will start the server
//you should have express installed
// const { starter , hi} = require('express-starting')
hi();
to see a hi in the browser