Skip to main content
Module

x/fastro/cli/fastro.ts

Fast and simple web application framework for deno
Go to Latest
File
// Copyright 2020 the Fastro author. All rights reserved. MIT license.
import { start } from "./controller.ts";start();