8000 GitHub - mvsant/electron-shopping-list: The famous Traversy tutorial for electron. Revisited
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mvsant/electron-shopping-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron shopping list

A project based on original Traversy tutorial, By the time it was made, this project will try to use the modern bundler creator for Electron.

Dependencies

  • Node
  • Materialize CDN (or any styleing tool if you want)
  • Electron (Duh!?)
  • Electron-packager (better than default electron-forge)

Creation Command

npx create-electron-app app-name

Can be created like the online tutorial as well

Build process

To start after clone:

npm i

To run the app:

npm start

Note: You need to change the environment variable to development inside index.js file, in the line below:

process.env.NODE_ENV = 'production';

To create the application outputs:

npm run package-mac

npm run package-win

npm run package-linux

Watch carefully the package.json to change the windows app name and app description before make the build

Original source

Build an Electron App in Under 60 Minutes

electron packager tutorial

Electron packager tutorial

About

The famous Traversy tutorial for electron. Revisited

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0