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

https://github.com/thicodes/recommerce


https://github.com/thicodes/recommerce

Last synced: 10 months ago
JSON representation

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
```