Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weskoerber/htmx-rust-test
https://github.com/weskoerber/htmx-rust-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weskoerber/htmx-rust-test
- Owner: weskoerber
- Created: 2023-12-30T04:51:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T04:54:23.000Z (about 1 year ago)
- Last Synced: 2024-01-05T04:33:08.441Z (about 1 year ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust + Tailwind + HTMX + Askama = ???
## Getting Started
### Prerequisites
- [`cargo-watch`](https://crates.io/crates/cargo-watch)
- [pnpm](https://pnpm.io/)### Build and watch for changes
```shell
pnpm run server
pnpm run tailwind
```