https://github.com/elsayed85/ray_electron
https://github.com/elsayed85/ray_electron
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elsayed85/ray_electron
- Owner: elsayed85
- Created: 2023-05-11T06:59:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T07:01:12.000Z (about 3 years ago)
- Last Synced: 2025-10-24T07:49:20.673Z (8 months ago)
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
## install
- npm install --save-dev electron
- then npm install
- run : electron path_of_the_project/dist/main.js
- or you can add shortcut in .bashrc like this : alias ray='electron path_of_the_project/dist/main.js'
## start
- just use ray in terminal
- or electron path_of_the_project/dist/main.js