Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 786 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 786 Bytes

AUX UI Example

This project is an example on how to build a custom UI for the AUX Runtime. The source code for the example contains many comments explaining what is happening.

Features

  • TypeScript
  • Webpack
  • Automatic Formatting
  • Continous Integration
  • Unit Testing

Installation

Pre-requisites

Dependencies

Download and install all the dependencies:

$ yarn

Running

You can start the development server by running the following command:

yarn start

Testing

You can run unit tests with the following command:

yarn test

By default, all files that end with .spec.ts or .spec.js will be used for testing.