# Getting Started with Create React App 这个项目是由 [Create React App](https://github.com/facebook/create-react-app)脚手架搭建. ## Available Scripts 在项目目录中,可以运行以下命令: ### `npm start` 运行程序,程序自动搭载热更新等,端口号http://localhost:3000 ### `npm test` 在交互式监视模式下启动测试运行程序 ### `npm run build` 将用于生产的应用程序生成到“build”文件夹,打包生成文件夹 ### `npm run eject` **Note: this is a one-way operation. Once you `eject`, you can’t go back!** react脚手架 把部分配置进行了封装 npm run eject可以进行弹射出 封装的隐藏配置文件,(此操作不可逆),进行单独配置依赖等功能