A simple web server built on Express which allows you to open a link from your phone on your PC.
All you need to do is to run the server and open the web page on your phone. Then paste your link in the input field and the page will be opened on the PC.
Yarn is used instead of npm.
# install the required packages (do this only once)
yarn
# start the server
yarn start
- Port is hardcoded
- Better looking web page