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

https://github.com/allangomes/react-electron-boilerplate

React + Electron = Hybrid App (Web and Desktop one source with Node.js and without Eject)
https://github.com/allangomes/react-electron-boilerplate

boilerplate create-react-app desktop electron electron-boilerplate hybrid react react-boilerplate web

Last synced: about 2 months ago
JSON representation

React + Electron = Hybrid App (Web and Desktop one source with Node.js and without Eject)

Awesome Lists containing this project

README

          

This boilerplate contains a hybrid app (Web and Desktop)

### Commands:

* `npm start` - run app on web browser

* `npm run build` - build app to web browser

* `npm run desktop` - run app on desktop using electron (will have access to **node** :))

* `npm run pack` - build app installers to mac, windows and linux (will have access to **node** :))