Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Latest commit

 

History

History

electron

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Basic Example for Electron

Use an example of electronjs.

Quick Start

$ npx create-kkt my-app -e electron
cd my-app
npm install

development

Runs the project in development mode.

npm run start
npm run app

production

Builds the app for production to the build folder.

npm run build
npm run app:build

The build is minified and the filenames include the hashes. Your app is ready to be deployed!