https://github.com/muneeb706/spinning-images
https://github.com/muneeb706/spinning-images
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muneeb706/spinning-images
- Owner: muneeb706
- Created: 2022-04-29T14:06:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T08:43:54.000Z (over 1 year ago)
- Last Synced: 2025-01-31T10:42:21.310Z (4 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.
## 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`