Looking for info on running Node apps

Hi there! Love Yunohost, have been migrating a number of sites to it and would like to use it for some React.js and Nuxt.js sites, but I’m not sure how to go about doing this. Any information or suggestions is appreciated!

Looks like the redirect app is doing the trick! I’ve cloned the project into a folder under /var/www at /var/www/project-name, run npm run start on port 8001, and use the redirect with invisible permanent redirect to point to 127.0.0.1:8001 (port must be opened on firewall too of course).

One small issue I had is I wanted to redirect my domainname.com/folderA to this new site, so I had to move pages in the site into a sub-folder that matched folderA name.