Up and running with Svelte 3
course by Tomasz Łakomy
Build a desktop application with Electron
course by Cameron Nokes
Create forms in Svelte with Svelte Forms Lib
course by Andrew Smith
Load JavaScript in an Electron BrowserWindow
lesson by Cameron Nokes
Create a native desktop system menu with the Electron Menu module
lesson by Cameron Nokes
Display native desktop dialog windows with Electron
lesson by Cameron Nokes
Save/Open a file with an Electron dialog window
lesson by Cameron Nokes
Understand Electron’s main and renderer process architecture
lesson by Cameron Nokes
Communicate between Electron processes using IPC
lesson by Cameron Nokes
Communicate between Electron processes using the remote module
lesson by Cameron Nokes
Create an icon for your Electron app
lesson by Cameron Nokes
Package your Electron application into a executable file with electron-builder
lesson by Cameron Nokes
Code sign your Electron application with electron-builder
lesson by Cameron Nokes
Ship updates to your Electron app with `autoUpdater` (Mac)
lesson by Cameron Nokes
Ship updates to your Electron app with `autoUpdater` (Windows)
lesson by Cameron Nokes
Create a "Hello World" app using Electron
lesson by Cameron Nokes
Setting up Unit Testing with Mocha and Chai
lesson by Kent C. Dodds
Unit Testing with Mocha and Chai
lesson by Kent C. Dodds
Load CSS in a Electron BrowserWindow
lesson by Cameron Nokes
JavaScript Testing Fundamentals: Hello world unit test with Mocha (in ES6)
lesson by Trevor Miller
Test Node RESTful API with Mocha and Chai
lesson by Will Button