/SimpleShoppingList

Simple Shopping List application created with with Electron

Primary LanguageHTMLMIT LicenseMIT

SimpleShoppingList

Simple Shopping List application created with with Electron

Version:

1.0.0

USAGE

Installation:

npm install

SERVE

To run electron app:

npm start

PACKAGE AND BUILD

WINDOWS

npm run package-win

LINUX

npm run package-linux

MAC

npm run package-mac

Credits

This is a sample project made from scratch with the help of tutorials from Brad Traversy.