https://github.com/fullstop000/electron-react-webpack2-demo
A simple electron app using React
https://github.com/fullstop000/electron-react-webpack2-demo
Last synced: 3 months ago
JSON representation
A simple electron app using React
- Host: GitHub
- URL: https://github.com/fullstop000/electron-react-webpack2-demo
- Owner: Fullstop000
- Created: 2017-03-05T14:28:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T14:32:34.000Z (over 9 years ago)
- Last Synced: 2025-03-20T10:45:18.000Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-react-webpack2-demo
Actually [Electron](https://github.com/electron/electron) is a Chrome-like client(Chromium) to run this React app. i.e. you can also use Angular2 or Vue or whatever you like to create a _desktop_ app in a _web_ way by JavaScript.
## Install
* Run `npm install -g electron`
* Run `npm install`
* Run `npm run build`
* Run `npm start`
## Lisence
[MIT](https://opensource.org/licenses/MIT) Copyright (c) 2017 Fullstop000.