Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nedomas/blond-signatures-desktop
https://github.com/nedomas/blond-signatures-desktop
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nedomas/blond-signatures-desktop
- Owner: Nedomas
- License: mit
- Created: 2017-11-09T10:10:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T16:19:46.000Z (about 7 years ago)
- Last Synced: 2024-10-22T07:42:41.305Z (2 months ago)
- Language: JavaScript
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#bootstrap create-react-app and electron
Code repo for post on freeCodeCamp.
https://medium.freecodecamp.com/building-an-electron-application-with-create-react-app-97945861647c#.ze6c9qin1
There is another branch, [npm-start](https://github.com/csepulv/electron-with-create-react-app/tree/npm-start)
It uses `npm-start` instead of `npm run dev`. (change submitted by [vcarl](https://github.com/vcarl)) Details are in this [pull request](https://github.com/csepulv/electron-with-create-react-app/pull/2)Thanks to [marbemac](https://github.com/marbemac) for submitting a pull request that captures logging output. It can be found in [logging-capture](https://github.com/csepulv/electron-with-create-react-app/tree/logging-capture)
Thanks to [vicentedealencar](https://github.com/vicentedealencar) for an example of using [electron-builder](https://github.com/electron-userland/electron-builder) for packaging. Details are [here](https://github.com/vicentedealencar/electron-with-create-react-app/commit/f1729381d588e65ac140ce5a08cc6277babd9641).