First, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
to run tus server
cd server
node route.mjs
The server is running at http://127.0.0.1:1080
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.