codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Responses (14)

Write a response

Nice Nice! Tutorial , i think that the part of nodeintegration was missing in this awesome tutorial.
mainWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true
}
})...

--

Solid tutorial at a great pace. Only thing that would help more would be to add the file just above those code snippets to add more clarity to which file you’re working in. But it was fine as I used your GitHub example as a basis to understand. Thanks!!

--

Great tutorial, very helpful for jumping into Electron.

--