electron-next-skeleton
electron-next-skeleton copied to clipboard
An example Electron app built with Next.js
I did a clean clone of the repo, installed packages, then ran `npm run dist`. When I open the webpage I get an error: `Not allowed to load local resource:...
sh: bundle: command not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! [email protected] dist: `npm run build && bundle`...
How might I be able to run code specifically in the renderer process, similar to https://github.com/ourcodeworld/electron-examples/blob/master/examples/electron-folderandfilewatcher/index.html ?