1.在当前文件夹打开cmd 

2.npm install create-react-app -g

3.create-react-app reactproject(reactproject是项目名字)

4.cd 项目名字

5.yarn start