Hello Electron

DAY 2 πŸ‘Ύ

I’m back πŸ’™

For a longtime, I wanted to create a Desktop App which is platform independent, viz, it can run on different Operating Systems like Windows, Linux, Mac, Fedora, Open SUSE, Android, etc..

Thanx to Electron, a cross platform Desktop App.

According to the Site β€”-

If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application.

Therefore, I created a Simple Desktop App that opens up this Blog’s HomePage. Its very easy app. I just wanted to start a Simple Hello Electron App so I created this one.

To run this app, follow these steps -

(1) Clone this repo

1
$ git clone git@github.com:deadcoder0904/hello-electron.git

(2) Go into the directory

1
$ cd hello-electron

(3) Install all the Dependencies

1
$ yarn

(4) Start the Application

1
$ yarn start

Till the next time πŸ‘»