Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nesterow/minizavr

Get started with Preact and Deno
https://github.com/nesterow/minizavr

boilerplate-template deno denoland preact preact-app

Last synced: about 2 months ago
JSON representation

Get started with Preact and Deno

Awesome Lists containing this project

README

        

# logo MINIZAVR

🦕 Tiny [Preact](https://preact.com) starter for single page apps.

## Getting Started

Install [deno](https://deno.land) and start:
```bash
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](https://fresh.deno.dev)

```text
.
├── assets (static files)
│ ├── favicon.ico
│ └── ...
├── bin (the build scripts)
│ ├── favicon.ico
│ └── ...
├── src (source files)
│ ├── components
│ │ └── ...
│ ├── index.html (ejs)
│ └── main.ts

```

## Features

- [x] Preact
- [x] Esbuild
- [x] Twind
- [x] Livereload

## Credits

- [Denoliver](https://deno.land/x/[email protected])

## License

Refer to distributed libraries for the license information.