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

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

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)