I'm doing a project on React using the create react app command. I have my server with NodeJS and I want to install the project in the main domain like www.dominio.com (that's what I do). But I also want to install a test version on test.domonio.com. It is possible to install it in the sub-domain and how could I do it ?. Thank you.