Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nangui/gulp-setup
Gulp 4 setup for bootstrap 4
https://github.com/nangui/gulp-setup
bootstrap4 browser-sync gulp gulp-concat gulp-csso gulp-imagemin gulp-sass jquery popperjs
Last synced: 5 days ago
JSON representation
Gulp 4 setup for bootstrap 4
- Host: GitHub
- URL: https://github.com/nangui/gulp-setup
- Owner: nangui
- License: mit
- Created: 2019-05-28T11:20:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T11:18:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T07:17:51.550Z (over 1 year ago)
- Topics: bootstrap4, browser-sync, gulp, gulp-concat, gulp-csso, gulp-imagemin, gulp-sass, jquery, popperjs
- Language: JavaScript
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gulp-setup
Gulp 4 setup for bootstrap 4This 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
```