top of page
Build Cross Platform Application with Electron

Electron, developed by Github, is a popular open source framework that is used to build cross-platform desktop applications using JavaScript, HTML, and CSS. This allows developers to get rid of having different codebases for the same application across different platforms. Electron can also be used to create GUI for Node.js applications and build a better UX for the applications. This course is for developers who have basic knowledge of JavaScript and who want to build a modern application with Electron that can be run on many platforms.
40
Chinese
Learning Outcomes
1. Understand the concept of the Electron Process Model
2. Get to know the project structure and configuration of an Electron app
3. Be able to build a cross platform electron app