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.
- Host: GitHub
- URL: https://github.com/rosscomputerguy/tailwind-hyperapp-template
- Owner: RossComputerGuy
- License: mit
- Created: 2024-04-23T05:18:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-31T01:51:53.000Z (7 months ago)
- Last Synced: 2025-01-19T11:44:40.080Z (4 months ago)
- Topics: expressjs, hyperapp, spa, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.