https://github.com/thicodes/recommerce
https://github.com/thicodes/recommerce
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thicodes/recommerce
- Owner: thicodes
- Created: 2018-09-10T04:05:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T06:20:42.000Z (almost 8 years ago)
- Last Synced: 2025-08-01T09:46:00.521Z (11 months ago)
- Language: JavaScript
- Size: 530 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Relay Ecommerce
How to run recommerce
[Demo](https://stupefied-feynman-f284cd.netlify.com/)
## Run locally (Develop)
### Run the Recommerce Server
#### Install dependencies
```bash
yarn install
```
#### Install dependencies
```bash
yarn watch
```
### Run the Recommerce Client
#### Install dependencies
```bash
yarn install
```
#### Install dependencies
```bash
yarn start
```