UNPKG

@kazion/create-app

Version:

A cli tool to help you get started with graphql and rest api's with typescript

8 lines (5 loc) 153 B
import { app } from "app"; const port = process.env.PORT || 4000; app.listen(port, () => { console.log(`Listening at http://localhost:${port}`); });