One detail introduction about this showcase.
This project will provide a set of common AngularJS directives and service for use with the PatternFly reference implementation.
You have to install required software before you're able to use grunt:
$ npm install-g grunt-cli
$ npm installYou should have your environment ready now.
$ npm run build
$ npm run help
$ npm install angular --save
$ npm install angular-patternfly --save
<!-- Angular-PatternFly Styles -->
<link rel="stylesheet" href="node_modules/angular-patternfly/dist/styles/angular-patternfly.min.css" />
<!-- Angular -->
<script src="node_modules/angular-patternfly/node_modules/angular/angular.min.js"></script>
<!-- Angular-Bootstrap -->
<script src="node_modules/angular-patternfly/node_modules/angular-ui-bootstrap/dist/ui-bootstrap.js"></script>