Skip to content

AmrAbdulrahman/electron-osx-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-osx-calculator

This is my first Electron app, i just wanted to get my hands on with a very simple app. I created a simple OSX-like calculator

OSX Calculator

Stack

  • Electron
  • Angular
  • Express (for debugging and testing purposes)

Install

  • clone repo
  • cd path/to/repo
  • npm install
  • bower install
  • cd src/
  • npm install # install node_modules of the app itself

Run

  • cd /root/of/repo
  • npm start # launches the calculator

Develope/Debug

  • Test as Electron app, with DeveloperTools opened.
    • vim index.js
    • set DevelopmentMode = true
    • npm start
  • Test the app as webpage on a browser
    • from the repo root
    • node express.js
    • webapp should get up and running on port: 9000
    • change the port from express.js

Package

  • npm run package # see full script inside ./package.json -> scripts section
  • this should generate packages for Linux/OSX/Darwin to the root of the repo
  • you should be able to run the app from binaries as following
    • ./OSX-Calc-linux-x64/OSC-Calc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published