The Electron library is easy to use for native desktop applications with the knowledge of web technologies. If you’re new to Electron and need an introduction, check out this article.

In this article, we are going to create a native file explorer with the ability to view multiple folders or files at once. We will be using TypeScript on top of the Electron library.

Getting Started

We can start with a template project from this github repository.Just clone the project and run the following commands: 

The Electron library is easy to use for native desktop applications with the knowledge of web technologies. If you’re new to Electron and need an introduction, check out this article. In this article, we are going to create a native file explorer with the ability to view multiple folders or files at once. We will be using TypeScript on top of the Electron library.
Getting Started
We can start with a template project from this github repository.Just clone the project and run the following commands:&nbs […]