Skip to content

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

Notifications You must be signed in to change notification settings

Belchenkov/bug_logger_electron

Repository files navigation

BugLogger React/Electron

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