Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muneeb706/spinning-images
https://github.com/muneeb706/spinning-images
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/muneeb706/spinning-images
- Owner: muneeb706
- Created: 2022-04-29T14:06:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T08:43:54.000Z (9 months ago)
- Last Synced: 2024-02-16T09:38:06.200Z (9 months ago)
- Language: JavaScript
- Size: 16.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`