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.
- TypeScript
- Webpack
- Automatic Formatting
- Continous Integration
- Unit Testing
Download and install all the dependencies:
$ yarnYou can start the development server by running the following command:
yarn startYou can run unit tests with the following command:
yarn testBy default, all files that end with .spec.ts or .spec.js will be used for testing.