Skip to content

chrisbo246/bootstrap-helpers

Repository files navigation

Bootstrap helpers Build Status Coverage Status

Missing CSS and common JS.

Features

See website.

Getting Started

Installing

Download with Bower.

bower install chrisbo246/bootstrap-helpers

Insert the bootstrap-helpers.js in your index.html

<script src="/bower_components/bootstrap-helpers/dist/scripts/bootstrap-helpers.js"></script>

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 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/

Deployment

gulp build

Then upload the dist directory content to your web server.

Bugs

Please use the GitHub issue tracker 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

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License. See the opensource.org website for details.