Before starting, ensure you have:
- Node.js >= 18
- npm >= 9 or yarn >= 1.22
- Code Editor: VS Code recommended
Install dependencies: #
npm install
Create .env.local and configure API URL:
NEXT_PUBLIC_REST_API_ENDPOINT=https://admin.yourdomain.com/api
Run development server: #
npm run dev
Access in browser: http://localhost:3000