If you haven't done already, run pip install flask and pip install python-dotenv.
Start two integrated terminals in VS Code. In one of them, run cd frontend && npm run start-backend and in the other, navigate cd frontend, run npm install, and then run npm start. Then navigate to http://localhost:3000/ on the browser.