https://github.com/42lm/vanilla-go-react
Connect vanilla 🍦 Go & REACT (Javascript) + Dockerize the application 🐳
https://github.com/42lm/vanilla-go-react
container create-react-app docker dockerfile go golang javascript react
Last synced: 2 months ago
JSON representation
Connect vanilla 🍦 Go & REACT (Javascript) + Dockerize the application 🐳
- Host: GitHub
- URL: https://github.com/42lm/vanilla-go-react
- Owner: 42LM
- License: mit
- Created: 2023-11-27T00:51:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:56:41.000Z (over 1 year ago)
- Last Synced: 2025-02-08T00:27:57.934Z (over 1 year ago)
- Topics: container, create-react-app, docker, dockerfile, go, golang, javascript, react
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vanilla-go-react
Building a vanilla go backend and react frontend. Connect both and serve as a docker container.
## Quickstart
```sh
docker build -t go-server .
```
```sh
docker run --detach --name react-client -p 3000:8080 -d go-server
```
open browser: http://localhost:3000