Skip to content

Commit

Permalink
chore: update electron example (#210)
Browse files Browse the repository at this point in the history
Add examples to electron path
Add run command
  • Loading branch information
johnpoth authored Oct 16, 2021
1 parent 21e3ad5 commit 7c00b85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 7c00b85

Please sign in to comment.