programming:frontend:typescript:react
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
programming:frontend:typescript:react [2022/06/29 01:14] – dot | programming:frontend:typescript:react [2022/07/27 09:01] (現在) – dot | ||
---|---|---|---|
行 2: | 行 2: | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
行 7: | 行 8: | ||
===== メモ ===== | ===== メモ ===== | ||
+ | - **npx create-react-app --template typescript my-app** で生成した my-app がアプリケーションとして起動する仕組み。 | ||
+ | * tsconfig.json: | ||
+ | * package.json: | ||
+ | * react-scripts: | ||
+ | * node_modules/ | ||
+ | * node_modules/ | ||
- | 1. **npx create-react-app --template typescript my-app** で生成した my-app がアプリケーションとして起動する仕組み。 | + | |
- | * tsconfig.json: TypeScript をどのように JavaScript にトランスパイルするか設定しているファイル | + | |
- | * package.json: **npm start** と入力すると **react-scripts start** が実行されるように設定されている | + | |
- | * react-scripts: **node_modules/ | + | |
- | * node_modules/ | + | |
- | * node_modules/ | + |
programming/frontend/typescript/react.1656465292.txt.gz · 最終更新: 2022/06/29 01:14 by dot