3h50 / desktop-weather-app-demo

A demo for a Section article about creating desktop application with React.js and electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Electron with Create React App

Creating Desktop applications has come a long way. With every passing day, developers come up with easy to use options for creating desktop applications. Electron is one of those solutions. It uses web technologies wrapped around Node.js to come up with web technologies. For a more detailed introduction to the whole Electron.Js ecosystem, you can read this article.

Electron uses HTML/CSS and JavaScript traditionally. You can use HTML, CSS and vanilla JavaScript to build Electron applications. Other options available include using React and other JavaScript frameworks. In this article, we will accomplish the following:

  • Create a React.js app using Create-React-App
  • Install Electron into the application
  • Configure Electron in the React.js app
  • Finally, create a demo desktop application using Electron and React.

Where to find The article

Hey Stranger, You can read the whole article at Section Engineering blog:

About

A demo for a Section article about creating desktop application with React.js and electron


Languages

Language:JavaScript 54.8%Language:HTML 29.3%Language:CSS 15.9%