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

https://github.com/dckt/electron-calculator

Calculator desktop app with electron
https://github.com/dckt/electron-calculator

Last synced: 4 months ago
JSON representation

Calculator desktop app with electron

Awesome Lists containing this project

README

          

# electron-calculator
Calculator desktop app with electron

## Setup

- `git clone` the project
- `npm i` (require Node.js >= 4.2)
- `npm i -g electron-prebuilt`
- run `npm start` for running the app
- run `npm run dev` for running webpack

## Screenshot

![Screenshot](https://raw.githubusercontent.com/DCKT/electron-calculator/master/media/screen.PNG)