create-react-app
Script that sets up all the various tools together when creating an app in React. 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).
Clear npx cache.
npx clear-npx-cache
2021-06-11
$ npx create-react-app my-app --template typescript
$ cd my-app
---
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.