I’ve started following the Setup guide for the course MoT Foundation Certificate in Test Automation - Javascript placed on this page: Sign In | Ministry of Testing under Setting up the support application section
Everything works as expected, but when I ran `npm start` command, it launched an app on another port than it was described in the setup guide (localhost:3000 instead of localhost:8080). When I tried to navigate to localhost:8080, it returned a 403 error.
Is it something I should fix on my machine?
