https://github.com/froganbee/carousel-use-react-slick
This project is carousel using react-slick.
https://github.com/froganbee/carousel-use-react-slick
react-slick reactjs typescript
Last synced: 9 months ago
JSON representation
This project is carousel using react-slick.
- Host: GitHub
- URL: https://github.com/froganbee/carousel-use-react-slick
- Owner: FroganBee
- License: mit
- Created: 2024-05-09T05:41:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T06:00:16.000Z (almost 2 years ago)
- Last Synced: 2025-07-18T19:33:57.726Z (9 months ago)
- Topics: react-slick, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Carousel using React Slick
A simple ReactJS project about how create a carousel using `react-slick`
## Run Locally
After you clone this repository you need to install all of the dependencies of the project using:
```sh
npm install
# or
yarn install
```
Then, you'll have the following scripts available:
```
# run the project in develop mode
yarn dev
# run the project in production mode
yarn start
# create a production build of the project
yarn build
```
## License
[MIT](LICENSE)