/bootstrap-carousel

:camera: My personal flavor of the Bootstrap carousel

Primary LanguageJavaScriptMIT LicenseMIT

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