With the ever-evolving world of web development, it can be difficult to keep up with the latest trends and technologies. F.R.A.M.E is a basic low-code web framework that can help you cut through the noise and focus on what matters to your users and business.
Documentation can be found here
deno task start
open website at
http://localhost:8000/
clone std libraries from https://github.com/codebenderhq/oomph to folder just outside project
in deno.json change update the import as so
{
"imports": {
"oomph": "../{path to clone oomph library}/src/mod.js"
}
}
The server file is still limited and does not yet fully use oomph to it's full capabilities, but gets you started