UNPKG

@36node/template-service

Version:

A service boilerplate with openapi,rest and mongodb.

7 lines (5 loc) 138 B
import app from "./app"; import { PORT } from "./config"; app.listen(PORT, () => { console.info(`Listening to port ${PORT} 🚀`); });