I have followed the README steps of running yarn install and cp packages/server/.env.example packages/server/.env and saving the variables with my sandbox app configuration. Is the next step to navigate to localhost:3000 ? When I go there I am prompted to login which then returns me to my localhost:3000/app.js .
Not sure if this is related or not but I get a "Port 3000 is already in use" when I try to start this project initially. I am manually doing a taskkill /PID command to kill whatever is running on 3000 (which must be this same project??) and then I am able to run yarn run start




I am trying to understand the build steps and even understand what this project is doing. I am new to React but have experience with Angular and Vue. It looks like the React app is not built. Am I missing a step?
I have followed the README steps of running
yarn installandcp packages/server/.env.example packages/server/.envand saving the variables with my sandbox app configuration. Is the next step to navigate to localhost:3000 ? When I go there I am prompted to login which then returns me to my localhost:3000/app.js .Not sure if this is related or not but I get a "Port 3000 is already in use" when I try to start this project initially. I am manually doing a

taskkill /PIDcommand to kill whatever is running on 3000 (which must be this same project??) and then I am able to runyarn run startI am trying to understand the build steps and even understand what this project is doing. I am new to React but have experience with Angular and Vue. It looks like the React app is not built. Am I missing a step?