Skip to content

npalumbo/toptal-electron-loki-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toptal-electron-loki-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/toptal-electron-loki-demo/
npm i
cd src/
npm i && bower i

Run the app

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

Build the distribution files

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

Packages

No packages published

Languages

  • JavaScript 66.5%
  • HTML 33.1%
  • CSS 0.4%