Skip to content

casual-simulation/aux-ui-example

Repository files navigation

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.

About

A starter kit for writing your own custom AUX UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published