Skip to content

melanieseltzer/bootstrap-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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