Tài liệu 

Nodejs (Đọc các mục ES6, Guides, sau đó đọc qua về API của phiên bản 14)
https://nodejs.org/en/docs/

Sau khi cài đặt, hiểu sơ bộ cấu trúc nodejs thì đọc typescript
tài liệu ở đây https://www.tutorialspoint.com/typescript/index.htm

typescript https://viblo.asia/search?q=typescript
nodejs https://viblo.asia/search?q=nodejs

Cài đặt gói quản trị phiên bản nodejs:

https://github.com/nvm-sh/nvm 

Một số lệnh cơ bản:

  • nvm install 14.1.0 #cài đặt phiên bản npm 14
  • nvm use 14 #sử dụng phiên bản npm 14

Cài đặt yarn (Một công cụ thay thế cho npm)

https://yarnpkg.com/getting-started/install

Một số lệnh cơ bản của yarn và npm

Yarn: https://yarnpkg.com/cli/install

NPM: https://docs.npmjs.com/cli/v7/commands