https://github.com/ragingwind/electron-electrolysis
Electron experiment with Polymer and React
https://github.com/ragingwind/electron-electrolysis
Last synced: about 1 year ago
JSON representation
Electron experiment with Polymer and React
- Host: GitHub
- URL: https://github.com/ragingwind/electron-electrolysis
- Owner: ragingwind
- License: mit
- Created: 2015-05-11T02:54:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T00:04:33.000Z (almost 11 years ago)
- Last Synced: 2025-04-09T04:25:27.371Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Electrolysis
> Using Polymer with React on Electron.
## How to use
```
# install dependencies
$ npm install && bower install
# run
$ npm start
# build package
$ npm run clean && npm run build
```
## License
MIT © [Jimmy Moon](http://ragingwind.me)