An open API service indexing awesome lists of open source software.

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.

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 framework

On 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 :)