MINIZAVR
May 26, 2023 ยท View on GitHub
๐ฆ Tiny Preact starter for single page apps.
Getting Started
Install deno and start:
deno task dev
About
This template is mostly used for building single page web applications. And it also fits for the browser extensions or webview apps.
If you need a full-featured web-framework for Deno, check out Fresh
.
โโโ assets (static files)
โ โโโ favicon.ico
โ โโโ ...
โโโ bin (the build scripts)
โ โโโ favicon.ico
โ โโโ ...
โโโ src (source files)
โ โโโ components
โ โ โโโ ...
โ โโโ index.html (ejs)
โ โโโ main.ts
Features
- Preact
- Esbuild
- Twind
- Livereload
Credits
License
Refer to distributed libraries for the license information.