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

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.

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)