Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madebaruna/shop-catalog


https://github.com/madebaruna/shop-catalog

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Shop Catalog

Created with react and graphql (apollo), recreation of Sorabel product catalog
To run locally, please run the server first https://github.com/MadeBaruna/shop-catalog-backend
Or you can view the demo here https://demo-shop.baruna.win/

## Running

```
git clone https://github.com/MadeBaruna/shop-catalog.git
cd shop-catalog
yarn
yarn start
```

## Production

```
yarn build
yarn global add serve
serve -s build
```

## Test

```
yarn test
```