Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/indiependente/go-react-example

Example WebApp with React frontend and Go backend
https://github.com/indiependente/go-react-example

Last synced: 5 days ago
JSON representation

Example WebApp with React frontend and Go backend

Awesome Lists containing this project

README

        

# Example webapp with React on the frontend and Go on the backend

## How to run

```console
# Clone this repository:
git clone https://github.com/indiependente/go-react-example.git

# Go to folder:
cd go-react-example

# Build frontend, compile backend and run app:
make ui && make run

# Dockerization
make docker
docker-compose up

# (Optional) For cleaning:
make clean
```

## License

MIT