Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smitpatelx/neurelo-go-htmx-example
A go project built using Neurelo and Htmx.
https://github.com/smitpatelx/neurelo-go-htmx-example
Last synced: 9 days ago
JSON representation
A go project built using Neurelo and Htmx.
- Host: GitHub
- URL: https://github.com/smitpatelx/neurelo-go-htmx-example
- Owner: smitpatelx
- License: mit
- Created: 2023-10-17T21:25:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T04:09:20.000Z (about 1 year ago)
- Last Synced: 2023-10-27T07:42:40.348Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neurelo
Go htmx server side rendering using neurelo as a data source.
### Starting server
```bash
go run main.go# For development, First install go-air locally.
# Air is a development tool for Go apps.
air
```## Demo:
https://github.com/smitpatelx/neurelo-go-htmx-example/assets/36929408/dc077dc7-31d6-4fef-9ac7-bfafa6319746## Todo:
- Use htmx and api route for pagination as well.