webpack React demo 项目运行 $ git clone https://github.com/tsrot/react-zhihu.git $ cd HelloWebpack $ npm init //一直enter,默认就好 $ cnpm install //安装依赖文件 $ npm run build //文件打包 $ npm run server //实时刷新