Step 4

Step 4: Start the Development Servers

Run the development servers for both the backend and frontend.

Backend

cd backend
npm run dev

Frontend

Open a new terminal and run:

cd frontend
npm run dev

Access the frontend at http://localhost:3000.

Last updated