Spinning Images

It contains reusable component for displaying spinning images.

Spinning Images GIF

How to run

This project was bootstrapped with Create React App.

  1. Clone this repository.

  2. Open the terminal or command line.

  3. Navigate to the location (root directory / spinning-images) where you cloned this repository.

  4. Install the dependencies by entering following command:

    npm install

  5. Run the React development server:

    npm run start

Now, to Run story book:

  1. In the same root directory of this repo enter following command:

    npm run storybook