Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 561 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 561 Bytes

Shopping List

Shopping List Cross-platform Desktop Application using electron.js

To Run the App

Execute following commands to run this app

# Clone the repository
git clone https://github.com/ArchitaDesai/electron-shopping-list

# Go into the repository
cd electron-shopping-list

# Install the dependencies
npm install
 
# Run the app
npm start

To Build the packages

Run the following commands to build a package for the desired OS

# For Linux
npm run package-linux

# For Mac
npm run package-mac

#For Windows
npm run package-win