Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 381 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 381 Bytes

electron-template

This repository contains a template project for electron apps with a Java backend and a React-based frontend using redux and redux-saga.

Quick start

To bootstrap the project, run npm install

To run the project in development mode, run npm start

To build the production app, run npm run package

To create a distributable package, run npm run make