Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonderklaas/go-react-todos
This is a full-stack Go, React todo application. I've made it with help of Go's Fiber web framework, React with Vite on client, TS, swr and UI library
https://github.com/vonderklaas/go-react-todos
fiber go mantine react swr ts
Last synced: 19 days ago
JSON representation
This is a full-stack Go, React todo application. I've made it with help of Go's Fiber web framework, React with Vite on client, TS, swr and UI library
- Host: GitHub
- URL: https://github.com/vonderklaas/go-react-todos
- Owner: vonderklaas
- Created: 2022-06-20T13:39:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T07:52:23.000Z (over 2 years ago)
- Last Synced: 2025-01-01T19:05:54.077Z (24 days ago)
- Topics: fiber, go, mantine, react, swr, ts
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - go-react-todos - stack Go, React todo application. I've made it with help of Go's Fiber web framework, React with Vite on client, TS, swr and UI library (Repositories)
README
# go-react-todos
### How to run?
To start the server, run this command in back-end folder
``` go run main.go ```
To start the client, run this command in client folder
``` npm run dev ```