https://github.com/42lm/vite-go-react
Connect vanilla 🍦 Go & vite ⚡ ️REACT (Typescript) + Dockerize the application 🐳
https://github.com/42lm/vite-go-react
container docker dockerfile go golang react sqlite3 typescript vite
Last synced: 4 months ago
JSON representation
Connect vanilla 🍦 Go & vite ⚡ ️REACT (Typescript) + Dockerize the application 🐳
- Host: GitHub
- URL: https://github.com/42lm/vite-go-react
- Owner: 42LM
- License: mit
- Created: 2023-11-28T19:01:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:50:24.000Z (5 months ago)
- Last Synced: 2025-02-08T00:27:37.209Z (5 months ago)
- Topics: container, docker, dockerfile, go, golang, react, sqlite3, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-go-react
Building a go backend and react frontend with vite. Connect both and serve as a docker container.## Quickstart
```sh
docker build -t go-server .
``````sh
docker run --detach --name vite-react-client -p 3000:8080 -d go-server
```open browser: http://localhost:3000