0.1.0 • Published 5 years ago
@puredizzi/express-create-server v0.1.0
Installation
npm install @puredizzi/express-create-server
Usage
Require module in your main index.js.
const expressRoutes = require('@puredizzi/express-create-server')
Provide your express app, port, and server type.
startServer(app, port, serverType)
startServer(app, 5000, 'development')
Contact
Marcus Nardizzi - @MarcusNardizzi - marcusnardizzi@gmail.com
Project Link: https://github.com/PureDizzi/express-create-server
0.1.0
5 years ago