Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 662 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 662 Bytes

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.

Pre-requisites

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

Running locally

Run the following command in your root project directory.

$ gatsby develop

Your app will be running at http://localhost:8000