Skip to content

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

Notifications You must be signed in to change notification settings

katungi/desktop-weather-app-demo

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published