An open API service indexing awesome lists of open source software.

https://github.com/5t3ph/bootstrap-build-starter

Setup a slim build tools process for kickstarting a custom Bootstrap 4 theme.
https://github.com/5t3ph/bootstrap-build-starter

bootstrap bootstrap-4 build-tool build-tools sass sass-boilerplate

Last synced: 6 months ago
JSON representation

Setup a slim build tools process for kickstarting a custom Bootstrap 4 theme.

Awesome Lists containing this project

README

          

# 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](http://thinkdobecreate.com/blog/2018/04/14/custom-bootstrap-builds-for-build-tool-n00bs/?utm_source=github&utm_medium=readme&utm_campaign=bt_instructions)

### Prerequisites

Familiarity with Bootstrap 4+ and SASS.

### Installing

Download or clone this repo, then [visit the post](http://thinkdobecreate.com/blog/2018/04/14/custom-bootstrap-builds-for-build-tool-n00bs/?utm_source=github&utm_medium=readme&utm_campaign=bt_instructions) if you are new to build tools.

## Author

* **Stephanie Eckles** - [ThinkDoBeCreate](http://thinkdobecreate.com/?utm_source=github&utm_medium=readme&utm_campaign=bt_instructions)

## License

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