https://github.com/gotoolkit/go-react-app
golang & react app
https://github.com/gotoolkit/go-react-app
docker golang react
Last synced: 11 days ago
JSON representation
golang & react app
- Host: GitHub
- URL: https://github.com/gotoolkit/go-react-app
- Owner: gotoolkit
- Created: 2017-03-31T03:53:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T18:13:26.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T19:52:27.955Z (almost 2 years ago)
- Topics: docker, golang, react
- Language: CSS
- Homepage:
- Size: 9.44 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## golang react app
### Quick Start
```
docker-compose up -d
```
go server: http://localhost:8080
react dev server: http://localhost:3000
### build react
```
docker-compose up -d build
```