Files
hurasoft_nextjs/README.md

22 lines
345 B
Markdown
Raw Normal View History

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