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 ├─ ...
前回、WSL2(Ubuntu)上で、TypeScript Deep Dive 日本語版のReact & TypeScript のプロジェクト作成と実行確認ができたので、今回は、その続き「Create React Appを利用する場合」を試します。 Create React Appを利用する Create React Appは、Reactの公式チュートリアルで利用した ...