Skip to content

快速开始

xiaopu edited this page Oct 21, 2023 · 2 revisions

本地运行

# 1. 克隆项目
git clone https://gitee.com/xiaopujun/light-chaser.git

# 2. 安装依赖
yarn install

# 3. 启动项目 
yarn start

# 4. 访问
http://localhost:3000

# 5. 编译打包
yarn build

注:作者的使用的包管理版本如下

  • node版本:16.10.0
  • yarn:1.22.4
Clone this wiki locally