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

https://github.com/rosscomputerguy/tailwind-hyperapp-template

A template repo for a simple webapp using Hyperapp and Tailwind.
https://github.com/rosscomputerguy/tailwind-hyperapp-template

expressjs hyperapp spa tailwindcss

Last synced: 2 months ago
JSON representation

A template repo for a simple webapp using Hyperapp and Tailwind.

Awesome Lists containing this project

README

        

# tailwind-hyperapp-template

A template repo for a simple webapp using Hyperapp and Tailwind.
Includes things such as SSR & CSR, logging, and bundled dependencies.

## Building

You can build this repo using `unbuild`:

```
$ npx unbuild
```

This will generate the server, client, views, and the execute wrapper.
Alternatively, this can be built inside of Nix with a simple `nix build`.