For more information about this project see the adjacent wiki pages
To build the code, follow these steps.
- Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
- From the project folder, execute the following commands:
npm install
jspm install
cd sample
npm install
jspm install
- Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
- To build the code and see the
skeleton bridge
catalog application
gulp watch