Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/indiependente/go-react-example
- Owner: indiependente
- License: mit
- Created: 2020-02-23T00:41:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T15:10:41.000Z (10 months ago)
- Last Synced: 2024-05-02T05:17:00.276Z (8 months ago)
- Language: JavaScript
- Size: 304 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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