https://github.com/chrisbo246/bootstrap-helpers
Bootstrap missing CSS and common JS.
https://github.com/chrisbo246/bootstrap-helpers
bootstrap bootstrap-helpers bootstrap3
Last synced: about 2 months ago
JSON representation
Bootstrap missing CSS and common JS.
- Host: GitHub
- URL: https://github.com/chrisbo246/bootstrap-helpers
- Owner: chrisbo246
- Created: 2016-06-14T10:12:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T09:59:48.000Z (about 10 years ago)
- Last Synced: 2025-02-26T21:22:42.089Z (over 1 year ago)
- Topics: bootstrap, bootstrap-helpers, bootstrap3
- Language: CSS
- Homepage: http://chrisbo246.github.io/bootstrap-helpers/
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bootstrap helpers [](http://travis-ci.org/chrisbo246/bootstrap-helpers) [](https://coveralls.io/r/chrisbo246/bootstrap-helpers?branch=master)
Missing CSS and common JS.
## Features
See [website](http://chrisbo246.github.io/bootstrap-helpers/).
## Getting Started
### Installing
Download with Bower.
```
bower install chrisbo246/bootstrap-helpers
```
Insert the **bootstrap-helpers.js** in your index.html
```
```
Edit your main.scss and insert **bootstrap-helpers.scss** just after Bootstrap.
```
@import "bootstrap";
@import "app/styles/bootstrap-helpers";
```
## Development
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
Install [Node](https://nodejs.org/en/download/) on your local machine then download dependencies.
```
npm install -g gulp-cli bower yo generator-webapp
```
### Installing
Install NPM and Bower packages.
```
npm install
bower install
```
### Testing
```
gulp serve
```
[http://localhost:9000/](http://localhost:9000/)
## Deployment
```
gulp build
```
Then upload the **dist** directory content to your web server.
## Bugs
Please use the [GitHub issue tracker](https://github.com/chrisbo246/bootstrap-helpers/issues) for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already.
## Author
[chrisbo246](https://github.com/chrisbo246)
See also the list of [contributors](https://github.com/chrisbo246/bootstrap-helpers/contributors) who participated in this project.
## License
This project is licensed under the MIT License. See the [opensource.org](https://opensource.org/licenses/MIT) website for details.