Script that sets up all the various tools together when creating an app in 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


This page is auto-translated from /nishio/create-react-app using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I’m very happy to spread my thought to non-Japanese readers.