napcs / ElectronTipCalc

Tip calculator in Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Tip Calculator

A simple example using Electron with Bootstrap and jQuery

Tip Calculator

Requirements

  • Bower
  • Electron
  • jQuery

Setup

$ npm install
$ bower install

Run

$ ./node_modules/.bin/electron .

Package

Create packages for multiple operating systems

$ ./node_modules/.bin/electron-packager ./ TipCalculator --platform=darwin --arch=all --version=0.34.1 --out=dist

License

MIT

About

Tip calculator in Electron


Languages

Language:JavaScript 50.8%Language:HTML 49.2%