Example webapp with React on the frontend and Go on the backend
How to run
# 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