Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
With deno near native performance, you can:
Create a main.ts
file for deno-cli entry point.
import fastro from "https://fastro.deno.dev/mod.ts";
const f = new fastro();
f.get("/", () => "Hello, World!");
await f.serve();
Run the app
deno run -A main.ts
To find one that fits your use case, you can explore the examples page.
And to create your first JSX SSR page, you can follow the start page step by step.
Feel free to help us!
Here are some issues to improving.