This frontend project(client) was bootstrapped with Create React App. The backend project(backend) was created by express.
First, you have to run backend project. In the backend directory, you can run:
And next, you have to run frontend project. In the client directory, you can run:
Runs the frontend application in the development mode.
Open http://localhost:3000 to view it in the browser.