angelmtztrc / carousel-with-react-slick

A simple react application about how to create a carousel using react-slick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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

About

A simple react application about how to create a carousel using react-slick

License:MIT License


Languages

Language:TypeScript 75.2%Language:HTML 17.1%Language:JavaScript 6.3%Language:CSS 1.4%