You can run the react app, by doing cd frontend and then yarn start or npm start . It should spin up the react app on http://localhost:3000 . You can create a production build of the frontend by running yarn build . Your folder structure after running the build command will look like this.