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.
- Host: GitHub
- URL: https://github.com/5t3ph/bootstrap-build-starter
- Owner: 5t3ph
- License: mit
- Created: 2018-04-14T20:05:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T20:33:14.000Z (over 7 years ago)
- Last Synced: 2025-02-02T05:26:23.886Z (8 months ago)
- Topics: bootstrap, bootstrap-4, build-tool, build-tools, sass, sass-boilerplate
- Language: CSS
- Homepage: http://thinkdobecreate.com/blog/2018/04/14/custom-bootstrap-builds-for-build-tool-n00bs/
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 clutterUsed 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