https://github.com/smbl64/go-gin-react
A sample project which uses Golang for backend and React for frontend.
https://github.com/smbl64/go-gin-react
Last synced: about 1 month ago
JSON representation
A sample project which uses Golang for backend and React for frontend.
- Host: GitHub
- URL: https://github.com/smbl64/go-gin-react
- Owner: smbl64
- Created: 2024-10-27T13:17:43.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T13:28:18.000Z (6 months ago)
- Last Synced: 2025-03-25T05:46:21.774Z (about 1 month ago)
- Language: CSS
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Gin React
A sample project which uses Golang for backend and React for frontend.
On the backend side:
- Golang
- Gin frameworkOn the frontend side:
- React
- Vite# Requirements
Beside `npm` and `Golang`, these tools need to be installed:
- [just](https://github.com/casey/just) to run the commands.
- [watchexec](https://github.com/watchexec/watchexec) to hot reload the backend.They are useful for any kind of software development :)