安装nodejs使用nodejs的npm安装脚手架create-react-app使用creat-react-app创建基础的react项目开发npm start运行项目npm build打包项目(压缩和编译)打包后的代码****部署到物理主机的web服务器上完成