React - mowen0303/note GitHub Wiki
创建项目
https://zh-hans.reactjs.org/docs/create-a-new-react-app.html
npx create-react-app my-app
cd my-app
npm start
https://zh-hans.reactjs.org/docs/create-a-new-react-app.html
npx create-react-app my-app
cd my-app
npm start