November 2019
Beginner
436 pages
8h 52m
English
If you have read the Building an Electron application with Angular section, the process of setting up conditional loading is going to be familiar to you.
In this section, we are going to focus on running the web server with the application in the way that Create React App does. Then, we will render our locally running application from within the Electron shell when developing, debugging, and testing on the local machine. For production mode, however, the application is going to use production output.
Let's configure the package scripts so that we don't have to use as many parameters during the development and testing phase:
Read now
Unlock full access