https://github.com/mdxprograms/goat
Go + React to single binary starter template
https://github.com/mdxprograms/goat
golang react
Last synced: about 1 year ago
JSON representation
Go + React to single binary starter template
- Host: GitHub
- URL: https://github.com/mdxprograms/goat
- Owner: mdxprograms
- Created: 2020-09-06T20:16:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T04:20:16.000Z (over 5 years ago)
- Last Synced: 2025-01-04T06:41:51.121Z (about 1 year ago)
- Topics: golang, react
- Language: TypeScript
- Homepage:
- Size: 4.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOAT (go + react + binary style builds)
This is a working example of using `Go` + `React` style app as a binary build using `go.rice`
Once it is packaged you can run the binary for whichever OS the build is packaged for
using `./goat` for this example or whatever the app name is given in the makefile
### Run local dev
`make dev`
### Run build
`make build`
### Run package (build react app + build go app + rice to binary all_the_things)
`make package`
### Serve binary
`./goat`