create-react-app 初始化项目
npx create-react-app myapp
npx create-react-app myapp --use-npm
yarn add redux react-redux immer
yarn add normalize.css
import 'normalize.css';
create-react-app 初始化 ts项目
ts项目初始化文档
https://www.html.cn/create-react-app/docs/adding-typescript
npx create-react-app myapp --typescript
yarn create react-app myapp --typescript
npx create-react-app myapp --template typescript
npx create-react-app myapp --template @eleven.fe/cra-template-typescript
- npx 可以让你直接使用 npm包,而不用全局安装
- ts模板