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.