Native Desktop App
Get daily quotes as your desktop notifications.
First clone this repository:
git clone https://github.com/vinitshahdeo/InspireMe.git
To run this electron app, first install dependencies :
npm install
Then run the below command :
npm run build
Note - To run tests, run npm test
You can downlaod MacOs specific packaged bundle in package
folder. You can package your Electron app with OS-specific bundles (.app, .exe, etc.) using electron-packager
Steps :
npm install electron-packager -g
electron-packager .
And it'll start packaging the electron app for the host platform.
Vinit Shahdeo