Garments & Goods is a mock ecommerce website. I built this website to experiment with Gatsby and GraphQL, and I also wanted to familiarize myself more with the design and features of a typical ecommerce website.
You can view Garments & Goods here, or just enter https://garmentsandgoods.netlify.app in your browser's address bar.
-
React Function Components
-
Gatsby and available Gatsby plugins
-
- Used to query page content from markdown files.
-
- Handles swipe event on images when user is on a mobile device.
$ git clone https://github.com/agviray/gatsby-ecommerce-website.git
$ npm install
$ gatsby develop
The website will be running at http://localhost:8000