In the base directory run npm install to install the dependencies for the front end. When that completes enter the /server directory and run npm install again to install the dependencies for the back end.
In the base directory of the project run npm start. That will open the interface on port 3000.
In the /server directory run node app.js to run the back-end.
In the /server directory run node outboard.js to run in networked device mode.