Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheus-hrm/htmx-counter
Contador simples em GO e HTMX
https://github.com/matheus-hrm/htmx-counter
golang htmx tailwindcss
Last synced: 17 days ago
JSON representation
Contador simples em GO e HTMX
- Host: GitHub
- URL: https://github.com/matheus-hrm/htmx-counter
- Owner: matheus-hrm
- Created: 2023-11-16T21:37:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T22:50:10.000Z (about 1 year ago)
- Last Synced: 2024-11-10T15:49:49.880Z (2 months ago)
- Topics: golang, htmx, tailwindcss
- Language: Go
- Homepage: https://htmx-counter.vercel.app
- Size: 5.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# counter
## Contador simples em GO e HTMX
- Esta aplicação foi feita para ter uma primeira visão sobre como funciona o htmx, todas as mudanças de estado no html são server-side.
- Para implementar clone este repositório na sua máquina com git clone```shell
git clone ....
``````bash
cd counter
```
- Em seguida rode os seguintes comandos para preparar os arquivos```zsh
go build
```
- E em seguida```zsh
go run .
```
- Para rodar o programa em sua máquina, em seguida acesse a porta localhost:3000 ou certifique-se de configurar outra porta corretamente no arquivo "main.go"