https://github.com/devanandb/sfashions
eCommerce site for corporate products and jewelry.
https://github.com/devanandb/sfashions
Last synced: about 1 year ago
JSON representation
eCommerce site for corporate products and jewelry.
- Host: GitHub
- URL: https://github.com/devanandb/sfashions
- Owner: devanandb
- Created: 2018-04-11T16:48:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T19:11:00.000Z (about 8 years ago)
- Last Synced: 2025-02-04T15:46:17.690Z (over 1 year ago)
- Language: CSS
- Size: 16.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sfashions
> eCommerce site for corporate products and jewelry.
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
## Graphql query
{
allCategories {
id
name
description
slug
popular
products {
id
name
slug
code
cost
description
material
occasion
category {
name
slug
}
images {
url
title
}
sizes {
value
}
}
}
}