A desktop app built with ElectronJS which helps you manage your contacts seemlessly with a "native-app like" experience. This apps stores contact data in your local appData directory and hence even available offline.
-
-
Go to root of project directory.
-
Run command - npm run start
-
This npm script runs electron binary that runs the app.
-
-
-
Go to root of project directory.
-
Run command - npm run pack-win (For windows).
-
Similarly pack-mac for MacOS and pack-linux for Linux.
-
This npm script will call electron-packager that packs up the app for particular environment.
-