Bootstrap Template for HON small project
$ bower install hon-bootstrap-template
Download hon-bootstrap-template.min.js
and hon-bootstrap-template.min.css
from the Github Release pages
See https://healthonnet.github.io/hon-bootstrap-template/
<!-- 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">
<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>
You need Node.js and Ruby, then
$ gem install sass
$ npm install
$ npm test
$ grunt
This will start a server on http://localhost:8100
$ grunt release
Apache License 2.0