Access the folder where you want to store the code.
Right-click and select Open Git Bash Here.
Type the command git clone https://github.com/NTDung93/library-app.git
and press enter.
Complete the code clone from GitHub.
Checkout to the deploy branch using the command git checkout deploy
(the branch has been adjusted the source code for easy deployment).
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.