22
How To Connect Your Server To Your Phone.
- Mobile Hotspot
- A running Server.
Let begin.
Firstly, Turn on your mobile Hotspot
Connect your Pc to the hotspot
then create your server.
for this article I will be using react server.
if your don't have a react project you can create one
npx create-react-app new_react_project
cd new_react_project
npm start
3000 is the PORT number
22