安装
npm install -g create-react-app
创建my-app项目
create-react-app my-app
进入my-app目录
cd my-app
启动
npm start
生成
npm run build