An open API service indexing awesome lists of open source software.

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

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.