Skip to content

erundle/patternfly-examples

Repository files navigation

Installation

  1. Install the following utilities:

    • Git: a free and open source distributed version control system.

    • Node.js: a software platform that is used to build server-side applications.

    • Grunt: a JavaScript task runner.

        $ sudo npm install -g grunt-cli
      
    • Bower: a package manager for the web.

        $ sudo npm install -g bower
      
  2. Make sure you have a github account set up with your SSH key

  3. Clone this repository to wherever you prefer to keep your projects:

     $ git clone https://github.com/erundle/patternfly-examples.git
    
  4. Navigate to where you've installed Teradata UI Platform:

     $ cd ~/code/patternfly-examples
    
  5. Install the dependencies:

     $ sudo npm install
     $ sudo bower install
    

Running the App

  • Run the app from your localhost:

      $ grunt serve
    
  • The development harness should automatically open in your default browser. If not, visit http://localhost:8090/ in your preferred browser.

Building the App

  • Building the minified version of the application

      $ grunt build
    

Deploying the App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published