npm install -g create-react-app /* 安装create-react-app,建议使用cnpm */
create-react-app myapp /* 使用命令创建应用,myapp为项目名称 */
cd myapp /* 进入目录,然后启动 */
npm start
原文链接:https://www.f2er.com/react/302116.html