0.0.1 • Published 2 years ago
@minimajs/app v0.0.1
Next gen routing framework built on top of fastify
import { createApp } from "@minimajs/app";
const app = createApp();
app.get("/", () => "Welcome Home");
await app.listen({ port: 3000 });
0.0.1
2 years ago