MadeBaruna / shop-catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 96.6%Language:HTML 3.1%Language:JavaScript 0.3%