Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/IlyaPomaskin/KeePass-electron
- Owner: IlyaPomaskin
- License: mit
- Created: 2015-08-25T15:01:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T21:43:48.000Z (over 9 years ago)
- Last Synced: 2024-08-04T01:15:21.489Z (6 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-keepass - KeePass-electron - Desktop HTML5 client for KeePass 2. (Clients / Cross-platform)
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).