In the project directory, you can run:
Install's all the required dependency to run client and server
Runs the server
Open http://localhost:5000/graphql to view it in the browser.
The page will open GraphQL GUI where you can query the result.
You will also see any errors in the console.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs both the app and server.
To Open UI http://localhost:3000 to view it in the browser.
To Open Server http://localhost:5000/graphql to view it in the browser.