Skip to main content
Deno 2 is finally here 🎉️
Learn more

Busad

Build and Serve your app with Deno!

import { busad } from "https://deno.land/x/busad@0.1.0-alpha.0/mod.ts";

busad({
  entry: "https://raw.githubusercontent.com/aoiste/deno_test_app/main/main.tsx",
});