https://github.com/keyang/benman-gui
https://github.com/keyang/benman-gui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keyang/benman-gui
- Owner: Keyang
- Created: 2016-12-02T19:26:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T17:48:41.000Z (about 9 years ago)
- Last Synced: 2025-01-29T03:34:19.591Z (about 1 year ago)
- Language: JavaScript
- Size: 532 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Benman-gui
#For development
To get start:
1. install electron `npm install -g electron`
2. run `npm install .`
3. change directory to `./client`
4. run `npm install .`
5. run `npm install -g webpack`
To run app:
At root folder run: `electron ./`
To build client:
goto `./client` then run `webpack --config ./build/webpack.dev.conf.js --watch`
Hot load:
When `webpack --watch` above is running, any changes made in `./client/src` can be hot loaded in electron app by refreshing (cmd+r)