Skip to content

lfryc/angular-patternfly

 
 

Repository files navigation

AngularJS directives for PatternFly

This project will provide a set of common AngularJS directives for use with the PatternFly reference implementation.

Getting started

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 install

You should have your environment ready now. To see which grunt tasks are available, type:

grunt help

API documentation

The API documentation can be built with:

grunt ngdocs

If you're interested in reading the docs right away, you can use special target, which will start a web server:

grunt ngdocs:view

After executing this tasks you'll be able to access the documentation at http://localhost:8000/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors