📅  最后修改于: 2022-03-11 15:03:21.258000             🧑  作者: Mango
//to create react app
npx create-react-app your-app-name
//go to the app directory
cd your-app-name
//to start the react app in browser
npm start