1.yarn add -g create-react-app
2.create-react-app demo
cd demo
yarn start 可以跑起来整个项目了
一般都会用到路由,需要 yarn add react-router-dom