This is a minimalistic boilerplate for developing desktop applications using Electron and ReactJS, along with ExpressJS, Prisma and Webpack.
This is built on top of orbital, with some changes to accomodate Electron.
Installation
npm install
Start developing
npm run dev
Electron app will open up with hot reloading support. Configure settings using configs/config.project.js
file
Build the app
npm run package
The build can be found in the electron-build
folder. Customize the package.json
script for your needs.
- Styled Components