https://github.com/melanieseltzer/bootstrap-carousel
:camera: My personal flavor of the Bootstrap carousel
https://github.com/melanieseltzer/bootstrap-carousel
bootstrap-carousel css jquery
Last synced: about 2 months ago
JSON representation
:camera: My personal flavor of the Bootstrap carousel
- Host: GitHub
- URL: https://github.com/melanieseltzer/bootstrap-carousel
- Owner: melanieseltzer
- License: mit
- Created: 2018-03-04T21:28:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T22:40:38.000Z (about 7 years ago)
- Last Synced: 2025-02-19T13:19:41.890Z (3 months ago)
- Topics: bootstrap-carousel, css, jquery
- Language: JavaScript
- Homepage: https://melanieseltzer.github.io/bootstrap-carousel/
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap Carousel
[](https://david-dm.org/melanieseltzer/bootstrap-carousel) [](https://david-dm.org/melanieseltzer/bootstrap-carousel?type=dev) [](https://github.com/melanieseltzer/bootstrap-carousel/issues)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 :point_right::sunglasses::point_right:
Live preview: https://melanieseltzer.github.io/bootstrap-carousel/
## Local Development
### Installing
Clone repo and cd into project directory:
```
git clone [email protected]:melanieseltzer/bootstrap-carousel.git && cd bootstrap-carousel
```Install dependencies:
```
npm install
```## :rocket: Commands
Run the development server:
```
gulp serve
```Create a production build:
```
gulp build
```