First change the directory with the following command
cd server
Rename ".env.example" to ".env" and provide proper environment values
To install internal dependencies:
yarn install
Enter the following code on the command line to run the application
yarn dev
Everything is fine if you get the following output:
Server listening at http://localhost:{PORT}