Skip to content

healthonnet/hon-bootstrap-template

Repository files navigation

HON-Bootstrap-Template

Build Status Dependency Status Bower version

Bootstrap Template for HON small project

Install

Bower

$ bower install hon-bootstrap-template

Download

Download hon-bootstrap-template.min.js and hon-bootstrap-template.min.css from the Github Release pages

Docs

See https://healthonnet.github.io/hon-bootstrap-template/

Usage

1. Include the css files in the <head>.

<!-- Bootstrap -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<!-- HON style -->
<link rel="stylesheet" href="bower_components/hon-bootstrap-template/dist/css/hon-bootstrap-template.min.css">

2. Include the javascript files at the end of <body>.

<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="bower_components/responsive-sticky-footer-plugin/dist/jquery.responsiveStickyFooter.min.js"></script>
<script src="bower_components/hon-bootstrap-template/dist/js/hon-bootstrap-template.min.js"></script>

Build

You need Node.js and Ruby, then

$ gem install sass
$ npm install
$ npm test

Run

$ grunt

This will start a server on http://localhost:8100

Release

$ grunt release

License

Apache License 2.0