Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    // Nộp bằng link git

    // mỗi một bài => tạo 1 cái project react mới chứa nội dung bài tập đó

    // tạo folder tên : baitap_1

    // mở terminal => "npx create-react-app . "

  • b1 : Cài đặt node_modules qua lệnh :chuột phải vào package.json => open terminal => npm i b2: Cách chạy dự án react : chuột phải vào package.json => open terminal => npm start
  • Public : Chứa file index.html toàn bộ dự án sẽ chạy trên file này (SPA) (singel page application)
  • package.json : là file chứa các thư viện đã cài đặt (tên thư viện và version cài đặt) cho dự án ở thuộc tính dependencies
    node_modules :  là nơi chứa các thư viện đã cài đặt cho dự án có thể xoá được và sẽ cài đặt lại qua cú pháp (npm i) nhờ vào file package.json
    
  • .gitignore : là file chứa các đường dẫn mà không muốn đẩy lên git
  • trong src :trong này sẽ chứa code của toàn bộ ỨNG DỤNG (quan trọng nhất là file index.js )
  • Để down 1 thư viện xài npm i

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages