# Test Case Manager Frontend ## Technologies - React - Next.js - Tailwind CSS - NextUI ## Install dependencies ```bash npm install ``` ## Run the development server ```bash npm run dev ``` ## Edit Environmental variable Create `.env` File ``` NEXT_PUBLIC_API_SERVER=http://localhost:3001 ```