📱Setting up the Mobile App
In order to setup the mobile app you need to open a port on your server.
Open Windows Start menu, and click the
Settings
icon, chooseNetwork & Internet
, andWindows Firewall
Find the
Advanced Settings
window and locateInbound Rules
on the left side of the panel.Click on
New Rule
on the right and choosePort
option. After that, clickNext
.Enter the port
3000
and clickNext
.Click
Next
on the next two pages and then enter in a name for the rule (e.gport 3000
) and finally clickFinish
.
If you are using an AWS or GCP server further configuration may be required to open the port.
Last updated