Files
pp-tcms/frontend/README.md
2024-05-13 22:41:26 +09:00

235 B

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