🦕 Tiny Preact starter for single page apps.
Install deno and start:
deno task dev
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
- Preact
- Esbuild
- Twind
- Livereload
Refer to distributed libraries for the license information.