This is a dynamic web app which shows a list of products with pagination and creates a detailed page for each of the products listed.
You can find an exhaustive tutorial to how this app was made here.
Ensure that you have the gatsby-cli
installed. If not, you can install it by running the following in your command shell $ npm install --global gatsby-cli
Run the following command in your root project directory.
$ gatsby develop
Your app will be running at http://localhost:8000