# cra-template-doly

这个项目使用 [cra-template-doly](https://github.com/doly-dev/cra-template-doly) 创建。

了解更多信息，[请点击查阅文档](https://doly-dev.github.io/cra-template-doly-site/latest/)。

## 可用脚本

终端进入项目目录，运行：

### `npm start`

开发模式运行应用，自动打开浏览器访问 [http://localhost:3000](http://localhost:3000) 。

当有内容变动时，浏览器自动会热更新。你也可以在控制台查看任何代码检测问题。

### `npm test`

执行测试，并进入监听模式。更多信息可查看 [running tests](https://facebook.github.io/create-react-app/docs/running-tests) 。

### `npm run build`

将用于生产的应用程序构建到 `dist` 文件夹。
