Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.1 KB

Bootstrap Carousel

dependencies Status devDependencies Status contributions welcome

My quick attempt at extending Bootstrap carousel functionality. Using JQuery for some simple modifications such as keyboard navigation and slide counter.

Thanks for the help, Link 👉😎👉

Live preview: https://melanieseltzer.github.io/bootstrap-carousel/

Local Development

Installing

Clone repo and cd into project directory:

git clone git@github.com:melanieseltzer/bootstrap-carousel.git && cd bootstrap-carousel

Install dependencies:

npm install

🚀 Commands

Run the development server:

gulp serve

Create a production build:

gulp build