Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.19 KB

Angular Patternfly WebComponents Demo Application

This demo app shows how to consume Patternfly Web Components within an Angular app.

Demo: https://angular1-pf-webcomponents-demo.firebaseapp.com/  |  Follow us on Twitter, and Slack  | 

Details

This is a base AngularJS application developed to create examples and samples of Angular-Patternfly components. See https://github.com/patternfly/angular-patternfly

There is also a dependency on Angular-Patternfly-Shims, component shims used to interact with Angular from WCs.

This AngularJS application has a development dependence on NodeJS. Therefore, it is assumed that you have installed NodeJS prior to attempting the getting started steps.

Getting Started:

Installation

- npm install	
- npm install -g bower	
- bower install	
- npm install -g grunt-cli

Install Sass/Compass (may need to use sudo)
- npm install -g compass
- gem install sass
- gem install compass

Running

- grunt server