This commit is contained in:
2024-08-16 15:08:06 +07:00
commit 502e4877fc
22 changed files with 4263 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
## Cài đặt và chạy dữ án
Tải dự án về:
```bash
git clone https://repo.hurasoft.com/tieptk/react-flow
```
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
```