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.
- Node
- Materialize CDN (or any styleing tool if you want)
- Electron (Duh!?)
- Electron-packager (better than default electron-forge)
npx create-electron-app app-name
Can be created like the online tutorial as well
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