Installing NPM modules on both client and server folders
Execute these commands from the project directory
cd client
npm install
npm run build:local
npm install
Create a .env file in the root directory
Copy the example file into it and set all the necessary values
npm run start:dev