Skip to content

5t3ph/bootstrap-build-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Build Tools Starter

This starter repo may be for you if you want to:

  • Eliminate duplication of redefining values to override Bootstrap’s defaults
  • Reduce overall file size by leaving out parts of Bootstrap not needed for the project
  • Remove the hassle of manually looking up and applying prefixes for things like flexbox
  • Accomplish the above with minimal project bloat in terms of additional directories and other clutter

Used along with the post listed next, it is also beneficial if you are new to build tools.

Getting Started

See the following post for instructions to get the project up and running on your local machine for development and testing purposes.

Read: How to Use This Repo

Prerequisites

Familiarity with Bootstrap 4+ and SASS.

Installing

Download or clone this repo, then visit the post if you are new to build tools.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details