This app can be used as a starting point for you if you want to build a desktop app using electron. It is backed with:
By default it will skip signing your mac application.
You can simply compile your code by running yarn start
which will compile and start your electron app.
Compiling your code will run laravel-mix commands and produce the required files at the app
directory.
You can run the command yarn run build-it
which will compile your code and run the build process for you.
- This is still a work in progress which means you may face some problems, it would be nice to share it with us.
- We only tested the code on Mac, so we are not sure if it will fully work on windows or linux.
- We use
Yarn
instead ofnpm
but feel free to deleteyarn.lock
and usenpm
.