mark-spurgeon / scripto-desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 75.5%Language:CSS 18.6%Language:HTML 5.8%