Files
hurasoft_nextjs/README.md
2025-03-17 09:23:39 +07:00

22 lines
353 B
Markdown

## Cài đặt và chạy dự án
Tải dự án về
```bash
git clone https://repo.hurasoft.com/tieptk/hurasoft_nextjs.git
```
Cài đặt file thư viện liên quan:
```bash
npm install
```
Chạy dự án với lệnh:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.