I am deploying a react front end app to interact with an API that is controlling a 15 X 3 Video Wall (This is an array of displays). The app will be running on a NUC (Windows 10) in a local, isolated network in the localhost. I want to set either a scheduled task when windows startup (in case of power failure) or create a service that runs my npm start. I have tried some variants but none work. How can I do this?
I have tried qckwinsvc which runs a .js file but I can not figure out how to actually tell to run the start script in my package.json