chore: update electron example (#210)

Add examples to electron path
Add run command
This commit is contained in:
John Poth
2021-10-16 08:40:09 +02:00
committed by GitHub
parent 21e3ad51af
commit 7c00b85183

View File

@@ -16,10 +16,14 @@ computer.
* After building the web application, navigate to the ```electron``` directory
and execute following commands to build the executable:
```bash
cd electron
cd examples/electron
npm install
npm run dist
```
* Run the application:
```bash
npm start
```
If you encounter any issues, please check the troubleshooting below.