This is the starting point to this article
In main folder run:
go run .In ui folder run:
npm startAt last, open the browser at http://localhost:3000 .
In the main folder run:
cd ui && npm run build && cd .. && go build && ./embeddable-reactAt last, open the browser at http://localhost:4000 .