Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/todo
A simple todo app using Go+wasm.
https://github.com/crhntr/todo
example golang todo todolist wasm
Last synced: about 1 month ago
JSON representation
A simple todo app using Go+wasm.
- Host: GitHub
- URL: https://github.com/crhntr/todo
- Owner: crhntr
- Created: 2020-09-26T23:35:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T03:10:30.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T22:21:02.488Z (6 months ago)
- Topics: example, golang, todo, todolist, wasm
- Language: Go
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo
A simple todo app using Go+wasm.The "main" package for the server is in the `cmd/todo-server` directory.
The "main" package for the webapp is in the `pages/todo` directory.
Note the proximity of the index.html and main.go. I think this makes it easier to refactor.The app can be pushed to dokku and uses the Dockerfile type deployment. [Ensure your exposed ports are configured properly](http://dokku.viewdocs.io/dokku/deployment/methods/dockerfiles/).
## Development setup
To run locally execute
`make setup && make`