/scripto-desktop

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Scripto Desktop App

Built with Electron and React Native.

This is pretty much a template right now, so you might want to use it as a boilerplate for your app.

## Install :

npm install

(Uses React, Electron, electron-builder, foreman )

Run - developer mode

npm run dev

Run - only React server

npm start

Run - only Electron window

npm run electron-dev

Build - package

npm run electron-pack

Build - distribution

npm run electron-dist