nesterow / minizavr

Get started with Preact and Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Get started with Preact and Deno


Languages

Language:JavaScript 60.3%Language:TypeScript 34.5%Language:HTML 5.2%