Files
pp-tcms/frontend/README.md
2024-02-05 22:34:07 +09:00

28 lines
300 B
Markdown

# 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
```