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:
$ yarn
You can start the development server by running the following command:
yarn start
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.