An open API service indexing awesome lists of open source software.

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端电商系统

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.项目截图

![img.png](images/img.png)

## 4.快速启动

### 4.1安装依赖

```shell
npm install
```

### 4.2本地启动

```shell
npm run start
```

### 4.3验证

浏览器打开: [http://localhost:3000](http://localhost:3000)