An open API service indexing awesome lists of open source software.

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

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`