muon/examples/create-react-app
ImVexed 301bb5f499 Fix example 2019-10-04 16:39:15 -05:00
..
public Pack binaries with module 2019-10-04 16:23:03 -05:00
.gitignore fixed package name 2019-10-01 21:42:42 -05:00
README.md Fix example 2019-10-04 16:39:15 -05:00
b0x.yml packaging + alpha 2019-10-01 21:38:14 -05:00
cra-go.exe Fix example 2019-10-04 16:39:15 -05:00
go.mod Fix example 2019-10-04 16:39:15 -05:00
main.go fixed example 2019-10-01 21:59:10 -05:00

README.md

Create-React-App Example

  • Run yarn && yarn build inside of public/
  • Run go generate && go build inside this directory.
  • Ensure Ultralight libraries are installed

Help! I get exit status 3221225781 when I try to run the executable!

Due to Ultralight's licensing it can only be dynamically linked to. Meaning you'll need to either add the respective .dll's or .so's to either a system path, or the same directory as the the executable. You can find these libraries on https://ultralig.ht/ (The version that Muon uses can be found in ultralight/libs/)