shoes is an online shoe store built using Gatsby and Strapi. It is an Open Source project built to learn how to use Gatsby and Strapi to build a static site.
shoes is a shoe store that sells shoes. It lists shoes by brand, style, and price. You can see the details of each shoe by clicking on the shoe image.
The shoe details include the brand, style, price, and description. You can add the shoe to your cart by clicking on the "Add to Cart" button.
To run the app locally,
- First fork and clone the repository.
- Then change to the directory where the repository is cloned.
- The project has two folders,
clientanddatastore. - Change to the
datastorefolder. - Run
npm installoryarnto install the dependencies. - Run the
yarn developto start the strapi in the development. You can access the console using the URLlocalhost:1337. - Now change to the
clientfolder. - Run
npm installoryarnto install the dependencies. - Run the
gatsby developto start the gatsby in the development. You can access the console using the URLlocalhost:8000.
It is and Open Source project. You can contribute to the project. Don't worry if you do not know much about Gatsby or Strapi. A basic knowledge on the ReactJS will help you to get started.
You can reach out to me on