Reactでアプリを作る際に、色々なツールを全部まとめて設定してくれるスクリプト https://github.com/facebook/create-react-app

2022-03-18

  • $ npm install react-scripts@latest
  • $ npx create-react-app my-app --template typescript
  • $ cd my-app

You are running create-react-app 4.0.3, which is behind the latest release (5.0.0).

2021-06-11

  • $ npx create-react-app my-app --template typescript
  • $ cd my-app

Create React App https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/scripts/start.js