📅  最后修改于: 2022-03-11 14:50:03.610000             🧑  作者: Mango
yarn create react-app my-app
# or
npx create-react-app my-app
# or
npm init react-app my-app
cd my-app
yarn start # or npm start