npm install -g create-react-appcreate-react-app my-appcd my-app/
启动项目:npm start
安装依赖:npm install
编译:npm run build