npm install -g create-react-app
create-react-app APP
cd APP
npm run start
这就跑起来了
react创建工程(脚手架)
原文:https://www.cnblogs.com/ll15888/p/13305245.html