Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 699 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 699 Bytes

banner

Welcome to Project Oratio Electron Application

This project uses React with Electron and Electron Builder

Install

First, clone the repo via git and install dependencies:

git clone --depth 1 --single-branch https://github.com/Y0dax/Oratio.git your-project-name
cd your-project-name
yarn

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package

Docs

See Electron React Boilerplate Guides