Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days ago
JSON representation
Get started with Preact and Deno
- Host: GitHub
- URL: https://github.com/nesterow/minizavr
- Owner: nesterow
- Created: 2023-05-25T23:51:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-01T07:33:04.000Z (over 1 year ago)
- Last Synced: 2024-11-12T21:35:32.090Z (2 months ago)
- Topics: boilerplate-template, deno, denoland, preact, preact-app
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-preact - Simple Deno Starter - Tiny starter template with Preact and Deno for building single page applications. (Uncategorized / Uncategorized)
README
# 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.