Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muneeb706/spinning-images


https://github.com/muneeb706/spinning-images

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Spinning Images
It contains reusable component for displaying spinning images.

![Spinning Images GIF](./doc/images/spinning-images.gif)

## How to run

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

1. Clone this repository.
1. Open the terminal or command line.
1. Navigate to the location (root directory / spinning-images) where you cloned this repository.
1. Install the dependencies by entering following command:

`npm install`

1. 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`