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

https://github.com/observiq/embeddable-react-final


https://github.com/observiq/embeddable-react-final

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# embeddable-react

This Repo consists of the final version of the code implemented and disccused in [this blog](#https://observiq.com/blog/embed-react-in-golang/).

## Bootstrapping

For the code to compile you need to build the React app.

```sh
cd ui && npm run build
```

Then you can build and serve the app with.

```sh
go build
./embedded-react-final
```