

So, here’s a quick start for a React app with create-react-app, ready to roll with ESlint integration. When I first used Electron in 2015 it was not yet clear that it would be so pervasive in modern apps, and I was kind of shocked by the resulting app size.īut, Electron is clearly here to stay and it’s not mandatory that your app should feel slow and consume tons of memory, like VS Code demonstrates every day to me (on a not blazing fast machine). Install the create-react-app dependencies.Install foreman to allow executing the app from command line.Using MATLAB just for the calculus and displa. If we want to target a specific operating system, we can pass in any one of these flags -mac, -linux or -windows. An application that we can distribute to others. Running npm run dist will create a distributable for your application. Im new and I just want to ask if is it possible to build a desktop app with Electron or with other tecnologies and link it to MATLAB. An updated package.json that supports distributing the Electron app. Learn more about app designer, web app, electron, bootstrap, javascript, html, css, desktop app.

How to create an Electron Node.js desktop application using `create-react-app`Ģ021 UPDATE: I highly recommend using electron-react-boilerplate instead of the approach described in this post It is possible to create a desktop app with.
