Run website on another machine

Well Wappler has a built in NodeJs server which requires you to install nothing additional.
https://docs.wappler.io/t/setting-up-a-lightweight-dev-environment-with-nodejs-and-sqlite/36189

If you want to move your project on another machine, then you can use git:

push the project to a remote repository:

and then pull it from there on your second computer: