This is a Next.js project bootstrapped with create-next-app
. Uses shadcn/ui.
To run the project, you have several options:
- Run both frontend and backend concurrently:
npm run dev
- Run only the frontend:
npm run frontend
- Run only the backend:
npm run backend
Open http://localhost:3000 with your browser to see the frontend result.