Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 650 Bytes

File metadata and controls

17 lines (14 loc) · 650 Bytes

Shopping List Application

This is a user-friendly shopping list application developed using Electron and MaterializeCss.

Development VS Production Mode

To switch between development and production modes, simply modify line 8 in the main.js file to 'development'.

Dev Environment Setup

  1. Install Git
  2. Open Git in the working directory
  3. Run "npm install --save electron"
  4. Run "npm install --save-dev electron-packager"

Commands

  1. npm start - start the application
  2. npm package-mac - package the application for macOS
  3. npm package-win - package the application for Windows
  4. npm package-linux - package the application for Linux