https://github.com/feihua/zero-pc-web
zero-pc-web是一个基于React框架实现的web端电商系统
https://github.com/feihua/zero-pc-web
Last synced: 7 months ago
JSON representation
zero-pc-web是一个基于React框架实现的web端电商系统
- Host: GitHub
- URL: https://github.com/feihua/zero-pc-web
- Owner: feihua
- License: apache-2.0
- Created: 2024-03-29T03:10:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-17T05:44:22.000Z (over 1 year ago)
- Last Synced: 2025-03-28T05:23:40.603Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.43 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 1.项目概述
zero-pc-web是一个基于React框架实现的web端电商系统
## 2.预览地址
[http://110.41.179.89/pc](http://110.41.179.89/pc)
## 3.项目截图

## 4.快速启动
### 4.1安装依赖
```shell
npm install
```
### 4.2本地启动
```shell
npm run start
```
### 4.3验证
浏览器打开: [http://localhost:3000](http://localhost:3000)