https://github.com/sencha/electron-demo
Ext JS / Electron Helpers and Example App
https://github.com/sencha/electron-demo
Last synced: 3 months ago
JSON representation
Ext JS / Electron Helpers and Example App
- Host: GitHub
- URL: https://github.com/sencha/electron-demo
- Owner: sencha
- Created: 2016-10-29T20:49:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T12:45:04.000Z (over 9 years ago)
- Last Synced: 2025-05-07T08:35:37.092Z (about 1 year ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 23
- Watchers: 16
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-demo
Ext JS / Electron Helpers and Example App
## Setup
Complete the following steps to get the workspace fully initialized.
### 1. Install Ext JS
Get [Ext JS 6.2.0](https://www.sencha.com/products/extjs/#overview) and unzip it
in a directory:
$ mkdir ~/sencha-frameworks
$ cd ~/sencha-frameworks
$ unzip ext-6.2.0-commercial.zip
You will now have a `"sencha-frameworks/ext-6.2.0"` directory.
(You can use any folder you like, but `"~/sencha-frameworks"` is convenient).
### Run The `setup` Script
If you are on Mac OS X or Linux, run this command first (at the root directory):
$ chmod +x ./setup
Now to reinitialize the Sencha Cmd workspace and application, run this command:
$ ./setup ~/sencha-frameworks
## Run
To run the example application, do the following from the root directory:
$ npm run app