aurelia-ui-toolkits / skeleton-bridge

Skeleton Bridge is the starting point to to any Aurelia-XXX-Bridge project
MIT License
4 stars 4 forks source link

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
  3. Ensure that Gulp is installed. If you need to install it, use the following command:

    npm install -g gulp
  4. To build the code and see the skeleton bridge catalog application

    gulp watch