UNPKG

ts-make-gen

Version:

Lightning Fast Typescript Project Generator

10 lines (6 loc) 205 B
export const code_api = `import express from "express"; app = express(); app.get("/", (req, res) => { res.json("hello") }) app.listen(8000, () => console.log("running on http://localhost:8000/"))`;