AngularJS directives for PatternFly
This project will provide a set of common AngularJS directives for use with the PatternFly reference implementation.
You have to install required software before you're able to use grunt:
- Install Node.js - Find more information on Node.js
- Install npm - If npm is not already installed with Node.js, you have to install it manually. Find more information on NPM
- Install Bower - Find more information on Bower
- Install Grunt - Find more information on Grunt
- Install npm dependencies with:
npm install- Install bower dependencies with:
bower installYou should have your environment ready now. To see which grunt tasks are available, type:
grunt helpThe API documentation can be built with:
grunt ngdocsIf you're interested in reading the docs right away, you can use special target, which will start a web server:
grunt ngdocs:viewAfter executing this tasks you'll be able to access the documentation at http://localhost:8000/.