https://github.com/observiq/embeddable-react-final
https://github.com/observiq/embeddable-react-final
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/observiq/embeddable-react-final
- Owner: observIQ
- Archived: true
- Created: 2022-03-31T17:53:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T00:02:13.000Z (almost 4 years ago)
- Last Synced: 2025-04-17T16:56:23.397Z (over 1 year ago)
- Language: Go
- Size: 636 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```