beveldm icon indicating copy to clipboard operation
beveldm copied to clipboard

getting a blank screen

Open leodesigndev opened this issue 3 years ago • 1 comments

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

leodesigndev avatar Apr 09 '22 11:04 leodesigndev

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.

tariibaba avatar Apr 09 '22 21:04 tariibaba