/linux-boilerplate

this is the demo of Electron application in linux

Primary LanguageJavaScriptMIT LicenseMIT

Description

This is demo of electron-react-boilerplate.

Install

npm install or cnpm install

Starting Development

Start the app in the dev environment:

npm run start

Packaging for Production

To package apps for the local platform:

npm run package