Building Cross-Platform Desktop Applications with Electron

October 28, 2022 ยท View on GitHub

This is the code repository for Building Cross-Platform Desktop Applications with Electron, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

If you are a developer familiar with HTML, CSS, and JavaScript, and you wish to develop a desktop application using these technologies, then this book is for you. This book is also targeting experienced JavaScript developers with a basic understanding of frontend development and Node.js development. This book is also suitable for frontend/web developers who want to develop a desktop application using the same technologies they are using for web development.

Instructions and Navigations

All of the codes are organized as per the chapters, each folder has the codes related to that chapter or appendix.
For example: Building-Cross-Platform-Desktop-Applications-with-Electron/Chapter 01/Code/example01/index.html

The code will look like the following:

{
"name" : "your-app",
"version" : "0.1.0",
"main" : "main.js"
}

Suggestions and Feedback

Click here if you have any feedback or suggestions.