Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 362 Bytes

embeddable-react

This Repo consists of the final version of the code implemented and disccused in this blog.

Bootstrapping

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

cd ui && npm run build

Then you can build and serve the app with.

go build
./embedded-react-final