react-photonkit / epp

:beginner: react-photonkit boilerplate with electron
MIT License
138 stars 33 forks source link

epp

Electron aPPlication

screenshot

Dev

# install dependencies
$ npm install

# support for reloading views, restarting electron
# if app/* and/or index.js, electron/* are changed
$ npm start

Build

$ npm run build      # all
$ npm run build-osx  # osx(64)
$ npm run build-win  # win(32, 64)

License

MIT © react-photonkit