Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IlyaPomaskin/KeePass-electron

Desktop HTML5 client for KeePass 2
https://github.com/IlyaPomaskin/KeePass-electron

Last synced: 3 months ago
JSON representation

Desktop HTML5 client for KeePass 2

Awesome Lists containing this project

README

        

# KeePass-electron

## Install

Install dependencies.

```bash
$ npm install
```

## Run

```bash
npm run hot-dev-server
npm run start-hot
```

> Please make sure you have a `electron` environment variable which is linked to your Electron binary in your terminal. Otherwise you should refer [Run your app](https://github.com/atom/electron/blob/master/docs/tutorial/quick-start.md#run-your-app) document for run this on your computer.

## Package

```
npm run package
```

## Built with

- [electron](http://electron.atom.io)
- [keepass.io](https://github.com/NeoXiD/keepass.io)
- [redux](https://github.com/rackt/redux)
- [React](https://github.com/facebook/react)
- [Immutable](https://github.com/facebook/immutable-js)
- [webpack](http://webpack.github.io/)

Based on [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate).