Skip to main content
Module

x/fastro/templates/main.ts

Fast and simple web application framework for deno
Go to Latest
File
import { FASTRO_VERSION } from "../core/constant.ts";
export const main = `import { Fastro } from "./deps.ts";new Fastro({ port: 8080 });`;