Build cross-platform desktop apps with HTML, CSS and TypeScript — In this article, I will show you how you can make a boilerplate project for your cross-platform desktop application development with Electron 6 & Angular 8. Introduction What is Electron? Electron is a framework for creating cross-platform (Mac, Windows, and Linux) applications with web technologies like JavaScript, HTML, and CSS. Under the hood, Electron…