embeddable-react

This is the starting point to this article

Dev mode

In main folder run:

go run .

In ui folder run:

npm start

At last, open the browser at http://localhost:3000 .

Production mode

In the main folder run:

cd ui && npm run build && cd ..  && go build && ./embeddable-react

At last, open the browser at http://localhost:4000 .