Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 988 Bytes

readme.md

File metadata and controls

48 lines (33 loc) · 988 Bytes

logo MINIZAVR

🦕 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.