Skip to content

matheushdsbr/boilerplate-gulp-sass-bootstrap4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate - Matheus Henrique

Boilerplate using Gulp, Sass, Bootstrap 4

Installation

1 - Install Yarn

https://classic.yarnpkg.com/en/docs/install

2 - Clone Repository

git clone https://github.com/matheushenrique1/boilerplate-gulp-sass-bootstrap4.git

How it works

It uses Gulp as a task manager.

Some tasks are {
concatjs: concatenate bootstrap.js, jquery.js, popper.js files to build.js file in js folder.
copystyle: copy bootstrap.css to the folder css.
watch: to monitor changes to the scss and js files.
}

Install Dependencies

yarn install

To initializes the localhost server. http://localhost:3000/

yarn start

How to use

1- check the _variables.scss file and configure the best way for your project.

2- in the site folder, check what you will need for your project, if you don't need something delete it and if you need something, you create a file with the same naming pattern. Don't forget to import your new files (or delete the import of any scss files you deleted) into the style.scss file.

About

Sobre o Boilerplate - Gulp, Sass, Bootstrap 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published