An open API service indexing awesome lists of open source software.

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

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

image

image

## 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.