Skip to content

popalex/embeddable-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 46.3%
  • JavaScript 40.9%
  • CSS 8.0%
  • HTML 4.8%