OpenShift Catalog Conaole Library
A component libary created for the cataloging components for The OpenShift Web Console.
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
- Install Nodejs and npm
- Build the library with 'npm run build'
- Run the test server with 'npm run start'
- 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