Simple calculator on desktop, make by Electron.
npm install
npm test
You can package this application follow by your OS by this
npm run package-mac
npm run package-win
npm run package-linux
or you can run this command to start project
npm start
- Electron - The framework used
- jQuery - Javascript Library
- LESS - Dynamic CSS
- Spectron - Electron Testing Framework
- Mocha - JavaScript test framework
- Weerayut Chalaruk