I have developed website in react and node.js as intermediary to send and receive response. Now i want to put this on a machine in lab , so everyone can access it. Can i Install node on machine in lab and run same setup as on my dev machine and give ip of that server?
I tried searching deployment with node js an react, but everyone using AWS, or some external server after npm build. How do I deploy my react app on lab machine with out actually copying code?