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
- Host: GitHub
- URL: https://github.com/angelmtztrc/carousel-with-react-slick
- Owner: angelmtztrc
- License: mit
- Created: 2021-08-15T02:21:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T01:16:37.000Z (over 4 years ago)
- Last Synced: 2025-03-29T06:30:58.635Z (about 1 year ago)
- Topics: react-slick, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 40 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)