A super easy web app builder for your Deno project
- Add the package to your project
deno add @vef/easy-app
- Import and run EasyApp
import { EasyApp } from "@vef/easy-app";
// Create a new instance of EasyApp
const app = new EasyApp();
// Run the app
app.run();
Documentation at VeryEasyFramework