Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 487 Bytes

react-snowpack-app

code style: prettier

开发步骤

你需要安装 Node.js 的版本为 12+.

克隆此仓库后运行:

# 安装依赖
$ yarn install

# 本地开发
$ yarn dev

# 构建代码
$ yarn build

在 package.json 文件的 scripts 部分还有一些其他脚本可用.

运行单元测试

# 单元测试
$ npm test