Skip to content

VeryEasyFramework/easy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-app

A super easy web app builder for your Deno project

Quick Start

JSR

  1. Add the package to your project
deno add @vef/easy-app
  1. 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

About

A super easy web app maker for your Deno project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages