Updated the Electron section (#965)

* Updated the Electron section

Updated the Electron section in the front end road map

* Update 100-electron.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Jody Zhou
2021-12-21 15:10:02 -05:00
committed by GitHub
parent 5e441f647b
commit 0312a89d8c

View File

@ -1 +1,3 @@
# Electron
Electron allows you to build cross-platform desktop applications with HTML, CSS, and Javascript/Typescript. It uses Chromium and Node.js, so essentially it is a "Browser" like application that is compatbile with Mac, Windows, and Linux.