Cross platform desktop app for banks useful for managing atms, reports and managers built by Precious Keyz
Clone the repo
git clone https://github.com/codekeyz/atm-desktop
Install Node Modules
cd atm-desktop && npm install
Run the project
npm run electron:local
Use the following credentials to signin and test the application
email: admin@admin.com password: admin12345
Command | Description |
---|---|
npm run electron:local |
Builds your application and start electron |
npm run electron:linux |
Builds your application and creates an app consumable on linux system |
npm run electron:windows |
On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems |
npm run electron:mac |
On a MAC OS, builds your application and generates a .app file of your application that can be run on Mac |
All feedback and suggestions are welcome, just post an issue!
License
MIT