417 B
417 B
Lokales Dev-Setup
Frontend:
Backend:
ENV:
- NEXT_PUBLIC_API_URL=http://localhost:3001
Hinweis: Backend ist frontend-ready eingefroren. Neue Features nur über separate Issues.
🛠 DEV SETUP – OnlyPets
Ports
- Frontend: http://localhost:3000
- Backend: http://localhost:3001
Frontend (Next.js)
cd frontend
npm install
npm run dev