An Electron App to visualize sales data in real time using Google Maps API for Nandi Grp of Companies
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/DMak21/nandi-app
# Go into the repository
cd nandi-app
# Install dependencies
npm install
# Run the app
npm start