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

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.

Awesome Lists containing this project

README

          

# Bootstrap helpers [![Build Status](https://secure.travis-ci.org/chrisbo246/bootstrap-helpers.svg?branch=master)](http://travis-ci.org/chrisbo246/bootstrap-helpers) [![Coverage Status](https://coveralls.io/repos/chrisbo246/bootstrap-helpers/badge.png?branch=master)](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.