Skip to content

方案一

npm install -g create-react-app
create-react-app my-app
cd my-app/
npm start

方案二

npx create-react-app my-app