UNPKG

generator-express-no-stress

Version:

Awesome APIs with ExpressJS and OpenAPI/Swagger: Features automatic request validation, interactive api doc, and more.

8 lines (6 loc) 168 B
import './common/env'; import Server from './common/server'; import routes from './routes'; export default new Server() .router(routes) .listen(process.env.PORT);