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/
Clone repo and cd into project directory:
git clone git@github.com:melanieseltzer/bootstrap-carousel.git && cd bootstrap-carousel
Install dependencies:
npm install
Run the development server:
gulp serve
Create a production build:
gulp build