TestPlat Frontend
Install dependencies
npm install
Set Environmental variable
Create .env File
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001
Run the development server
npm run dev
npm install
Create .env File
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001
npm run dev