Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 822 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 822 Bytes

This project is in the early phase of its development - not ready to be used in any context


For more information about this project see the adjacent wiki pages

Building The Code

To build the code, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following commands:
npm install
jspm install
cd sample
npm install
jspm install
  1. Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
  1. To build the code and see the skeleton bridge catalog application
gulp watch