firesale-tutorial
firesale-tutorial copied to clipboard
A tutorial on building a Markdown renderer in Electron.
Results
3
firesale-tutorial issues
Sort by
recently updated
recently updated
newest added
In the step where we replace the console.log in openFile function of the main process with the following: `mainWindow.webContents.send('file-opened', file, content); ` Then writing renderer code The md file I...
I am noticing that when I run the app via > npm start > I am able to access the remote module from renderer, but when i run it as...