https://github.com/debbl/starter-electron-app
A electron starter app template with next.js as renderer
https://github.com/debbl/starter-electron-app
Last synced: over 1 year ago
JSON representation
A electron starter app template with next.js as renderer
- Host: GitHub
- URL: https://github.com/debbl/starter-electron-app
- Owner: Debbl
- Created: 2024-11-03T15:07:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T19:31:30.000Z (over 1 year ago)
- Last Synced: 2025-03-10T20:33:46.735Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 558 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starter-electron-app
**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


## HRM (Hot Module Replacement)
### Dev
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.