beveldm
beveldm copied to clipboard
getting a blank screen
step to reproduce:
download the zip and extract cd beveldm (the directory with containing package.json) yarn install yarn start then, the app start but the screen is blank, except for the top level electron menu appear
Hi @leodesigndev, thanks for taking the time to contribute.
Check out the scripts in package.json, first you need to run yarn rstart to start the React server on http://localhost:3000, then run yarn start in another shell instance to start the Electron app.