This repository contains a chapter-wise TypeScript handbook written in Bangla, built with VitePress. . ├─ .vitepress/ │ ├─ config.mts │ └─ theme/ │ ├─ index.ts │ └─ custom.css ├─ chapter-1.md ├─ ...
今回は TypeScript を使うため、公式チュートリアルにある以下のコマンドではなく、 $ npx create-react-app my-app Create React App 公式 にあるコマンドを使ってプロジェクトを生成します。ついでに、TypeScriptで用いる「型」関連のライブラリをインストールします。