Please replace globally the starter-electron-app
to your app name
This is a starter template for an Electron app. Using next.js
for the renderer.
-
next.js
- framer-motion
- nextorg-ui
- tailwindcss
-
electron-forge
main process: use the rollup --no-watch.clearScreen
to watch the main process files changes but sometimes it cloud not work well. So, you need to use cli to restart the app.
renderer process: main process load the renderer process by http://localhost:3000
so you cloud need to reload the app sometimes when the pages is not updated.