Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 594 Bytes

🌐 Link demo: https://hpl.free.nf/

  1. Clone mã nguồn về máy:

    git clone https://github.com/tophvn/HPL.git
    
  2. Thêm project vào www của laragon

  3. add database vào phpmyadmin

    laragon: root (ko mật khẩu)

    Download Laragon: https://laragon.org/download/

  4. Truy cập: http://localhost:8080/ShopThoiTrang/index.php

☢️ Cách push code lên repo:

git init

git add .

git remote add origin https://github.com/tophvn/HPL.git

git commit -m " "

git push origin main

git push origin main --force

git remote remove origin (xóa remote)