-
Notifications
You must be signed in to change notification settings - Fork 2
Electron
Spinning Idea edited this page Dec 12, 2020
·
8 revisions
Build native applications for Windows, Linux, and Mac using JavaScript and your favorite front end framework
- electronjs.org/docs - all of Electron's documentation
- electronjs.org/community#boilerplates - sample starter apps created by the community
- electron/electron-quick-start - a very basic starter Electron app
- electron/simple-samples - small applications with ideas for taking them further
- electron/electron-api-demos - an Electron app that teaches you how to use Electron
- hokein/electron-sample-apps - small demo apps for the various Electron APIs
- https://levelup.gitconnected.com/how-to-make-a-windows-app-with-react-and-electron-fad5294fae5c
- https://medium.com/shipmnts/why-not-to-build-an-electron-app-92b2f5a99d33
- https://itnext.io/develop-a-cross-platform-desktop-application-with-electron-forge-react-webpack-typescript-ac2c7452b71f
- https://medium.com/querypie/electron-web-app-made-with-react-layout-antd-customization-890ac7db6cfe
- https://medium.com/@brockhoff/using-electron-with-react-the-basics-e93f9761f86f
- https://github.com/Robinfr/electron-react-typescript
- https://github.com/electron-react-boilerplate
- https://electron-react-boilerplate.js.org/
- https://electron-react-boilerplate.js.org/docs/app-showcase
- https://github.com/vanzylv/youtube-downloader-electron
https://medium.com/free-code-camp/creating-an-electron-app-using-angular-and-sqlite3-24ca7d892810
- https://www.electron.build/configuration/win - use target "portable" or https://github.com/Squirrel/Squirrel.Windows
Electron Forge unifies the existing (and well maintained) build tools for Electron development into a simple, easy to use package so that anyone can jump right in to Electron development. It provides templates for different Electron projects such as React and Angular