aserputov / ElectronJsCustomerManager

CustomerManager - is ElectronJS Application made for Mac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomersTracker

React/Electron app that uses a MongoDB Atlas database to keep track of logs

Usage

Add your MongoDB connection string to config/db.js

Install dependencies

npm install

or

yarn

Run the app in development

npm run start

or

yarn start

Build the app (automatic)

npm run package

or

yarn package

Build the app (manual)

npm run build

or

yarn build

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod

About

CustomerManager - is ElectronJS Application made for Mac.


Languages

Language:JavaScript 100.0%