So I am pretty sure the front end is running because I can access the app just fine when I hit run front end and run back end and it starts it running on port 3000, which when I access that from a browser it is good to go, no issues. Just not appearing in the view. But maybe I am missing something here, if I would normally run my app by doing npm install then npm start on both the backend and front end, is npm start what I want to put as my commands?