Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madebaruna/shop-catalog
https://github.com/madebaruna/shop-catalog
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madebaruna/shop-catalog
- Owner: MadeBaruna
- Created: 2019-07-13T08:52:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:29:33.000Z (about 2 years ago)
- Last Synced: 2024-10-27T19:46:56.896Z (3 months ago)
- Language: TypeScript
- Size: 3.86 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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
```