开源实例之EverShop
前言
EverShop is a GraphQL Based and React ecommerce platform with essential commerce features. Built with React, modular and fully customizable.
本实例是基于EverShop部署的商城系统,支持桌面端和移动端自适应。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | Node.js 20 |
数据库 | PostgreSQL 13 |
程序 | EverShop |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 PostgreSQL
安装程序
官网地址:https://evershop.io
仓库地址:https://github.com/evershopcommerce/evershop
npx create-evershop-app my-app
cd my-app
npm run build
npm run start
实例体验
后记
本实例仅供参考,不定期重置数据。