Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

stephanepericat/toptal-electron-loki-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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