https://github.com/sencha/ext-react-electron
A starter app for using ExtReact in Electron
https://github.com/sencha/ext-react-electron
Last synced: 6 months ago
JSON representation
A starter app for using ExtReact in Electron
- Host: GitHub
- URL: https://github.com/sencha/ext-react-electron
- Owner: sencha
- Created: 2017-09-29T21:45:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T21:45:55.000Z (about 8 years ago)
- Last Synced: 2025-03-12T04:30:00.351Z (9 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ext-react-electron
A starter app for using ExtReact in Electron
## Dev
ExtReact and all related packages are hosted on Sencha's private NPM registry. To gain access to this registry, [sign up for a trial of ExtReact](https://www.sencha.com/products/extreact/evaluate).
Once you have received your credentials, you can authenticate by running the following command:
```
npm login --registry=http://npm.sencha.com --scope=@extjs
```
Then, install the dependencies:
```
npm install
```
### Run
```
npm start
```
### Build
```
npm run build
```
Builds the app for MacOS, Linux, and Windows, using [electron-packager](https://github.com/electron-userland/electron-packager).