bs4starter
v1.0.1
Published
Starter project with Bootstrap 4, Gulp and Browsersync.
Downloads
1
Maintainers
Readme
Bootstrap 4 Starter Project
A starter project with Bootstrap 4, Gulp and Browsersync.
Quick start
- Clone the repo:
git clone https://github.com/daangeerdink/bs4starter.git
- Install dependencies:
npm i
- Build source:
gulp
- Live reloading dev environment:
gulp serve
Files for production are put in /dist
.