patternfly-webcomponents / angular1-pf-webcomponents-demo

A base AngularJS application developed to create examples of Angular-Patternfly with web components

Home Page:https://angular1-pf-webcomponents-demo.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A base AngularJS application developed to create examples of Angular-Patternfly with web components

https://angular1-pf-webcomponents-demo.firebaseapp.com/


Languages

Language:JavaScript 45.8%Language:HTML 36.3%Language:CSS 17.8%