Skip to content

indrajithbandara/electron-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-demo

A password keychain desktop app built with Electron & Loki.js.

Prerequisites

  • Install the Electron NPM package globally:
npm install -g electron-prebuilt

Also install Gulp & Bower, if you do not already have them:

npm install -g gulp bower

Install

cd /path/to/electron-demo/
npm i
cd src/
npm i && bower i

Run the app

cd /path/to/electron-demo/
npm start

Build the distribution files

cd /path/to/electron-demo/
npm run dist

About

A simple demo of electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • HTML 38.4%
  • CSS 0.3%