react to create a project

Create a project using react, which is also given official

1.npm install create-react-app -g

2.create-react-app react-demo  (react-demo项目名)

3.cd react-demo 

4.npm install

5.npm start     //运行
Published 10 original articles · won praise 0 · Views 320

Guess you like

Origin blog.csdn.net/qq_30627241/article/details/104821386