check package.json for dev dependencies
- Clone the repository, open terminal
- Navigate to frontend folder
Run
cd frontendnpm install
- In another terminal, navigate to backend folder
Run
cd backendnpm install
- In backend terminal, run
npm run dev
- Also in frontend terminal, run
npm run dev
- Use the link shown in the frontend terminal to run the application