📅  最后修改于: 2022-03-11 15:03:20.647000             🧑  作者: Mango
npx create-react-app my-app
cd my-app
cd src
# If you're using a Mac or Linux:
rm -f *
# Or, if you're on Windows:
del *
# Then, switch back to the project folder
cd ..