0.0.2 • Published 7 years ago

origin-web-catalogs v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

OpenShift Catalog Conaole Library

A component libary created for the cataloging components for The OpenShift Web Console.

Build Status

Quick start

# install the dependencies with npm and bower
$ npm install
$ bower install

# start the server
$ npm run start

Go to http://localhost:8080 in your browser.

Warning: Make sure you're using the latest version of Node.js and NPM

Contributing

Getting started

  1. Install Nodejs and npm
  2. Build the library with 'npm run build'
  3. Run the test server with 'npm run start'
  4. Launch a browser at https://localhost:9000/ this will watch for asset changes.

Testing

1. Unit Tests

  • single run: npm test
  • live mode (TDD style): npm run test-watch