nangui / gulp-setup

Gulp 4 setup for bootstrap 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

nangui@course:~$cd folder_name && npm install

OR

nangui@course:~$cd folder_name && yarn

Setup succefully installed, launch the developement server and enjoy your job

nangui@course:~$yarn dev

OR

nangui@course:~$npm run dev

About

Gulp 4 setup for bootstrap 4

License:MIT License


Languages

Language:JavaScript 75.5%Language:HTML 24.5%