Set environment variables in .env file inside sever folder.
Follow .env.example to set variables
Install dependencies for both client and server
npm install
cd client && npm install
cd server && npm installIn the project directory, you can run:
npm run dev