Clone Code from GitHub

Clone Code from GitHub

  1. Access the folder where you want to store the code.

  2. Right-click and select Open Git Bash Here. Git Bash

  3. Type the command git clone https://github.com/NTDung93/library-app.git and press enter. Git Bash

  4. Complete the code clone from GitHub. Git Bash

  5. Checkout to the deploy branch using the command git checkout deploy (the branch has been adjusted the source code for easy deployment). Git Bash

Nếu bạn có mở source code phần Front-end, nó sẽ báo lỗi đỏ khắp màn hình, đừng lo lắng vì source đó đã xóa folder Node_modules để phục vụ cho việc deploy trong các section tới, bạn chỉ cần chạy lệnh npm install để cài đặt lại các package cần thiết. Nhưng nếu bạn không có nhu cầu mở source code phần Front-end, bạn có thể bỏ qua bước này.