📌  相关文章
📜  react create app - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:03.610000             🧑  作者: Mango

代码示例6
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