Skip to content
/ minizavr Public template

Get started with Preact and Deno

Notifications You must be signed in to change notification settings

nesterow/minizavr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.