First In the project directory, you run:
This install ElectronJS and ReactJS Then cd into new directory api
Now Install The API dependencies.
To Test use npm start in the api folder. Open http://localhost:7744 to view it in your browser To make sure API is Running. You will have to kill process ID for port 7744 on your system in order to run later from the project root. you can run concurrently --kill-others
To go Back to Root of Project
Build and Runs the ElectronJS App, ReactJS, and ExpressJS all at once