December 2018
Intermediate to advanced
642 pages
15h 5m
English
To run the Electron app in development mode (we'll get on to creating an executable file later), we have to do the following:
So, basically, you'll have to run the two following commands, but you'll need to do so in separate terminals, and you'll also have to wait for the React app to show up in the browser before starting Electron:
// in the directory for our restful server:node out/restful_server_cors.js// in the React app directory:npm start// and after the React app is running, ...
Read now
Unlock full access