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