Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 719 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 719 Bytes

Orbital - React Electron Express Prisma Webpack boilerplate


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.

Usage

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.

Useful packages installed

  • Styled Components