npm下载项目
npm install -g create-react-app
创建项目
create-react-app test_app
进入项目
cd test_app
启动项目
npm start
和webpack相比简直是。。。