https://github.com/nangui/custom-carousel
Custom Carousel based on bootstrap carousel and animate css
https://github.com/nangui/custom-carousel
animatecss bootstrap4 css gulp
Last synced: 11 months ago
JSON representation
Custom Carousel based on bootstrap carousel and animate css
- Host: GitHub
- URL: https://github.com/nangui/custom-carousel
- Owner: nangui
- License: mit
- Created: 2020-01-15T18:18:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T04:28:33.000Z (about 3 years ago)
- Last Synced: 2025-01-15T13:40:29.531Z (about 1 year ago)
- Topics: animatecss, bootstrap4, css, gulp
- Language: HTML
- Size: 5.68 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gulp-setup
Gulp 4 setup for bootstrap 4
This setup help you to develop faster, it's content bootstrap, jquery, popper.js
## Intallation
First of all, you want to clone the repository by tip
```console
nangui@course:~$git clone https://github.com/nangui/gulp-setup.git folder_name
```
And after clone, you can go to your **folder_name** folder and install dependencies using **npm** or **yarn**
```console
nangui@course:~$cd folder_name && npm install
```
OR
```console
nangui@course:~$cd folder_name && yarn
```
#### Setup succefully installed, launch the developement server and enjoy your job
```console
nangui@course:~$yarn dev
```
OR
```console
nangui@course:~$npm run dev
```