新建react项目

npm install -g create-react-app
create-react-app my-app

cd my-app
npm start
原文地址:https://www.cnblogs.com/Mvloveyouforever/p/9274042.html