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

https://github.com/angelmtztrc/carousel-with-react-slick

A simple react application about how to create a carousel using react-slick
https://github.com/angelmtztrc/carousel-with-react-slick

react-slick reactjs tailwindcss typescript

Last synced: 16 days ago
JSON representation

A simple react application about how to create a 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)