Web app created with use of Stencil.
To start development, run:
yarn start
To build the app for production, run:
yarn run build
To run the unit tests once, run:
yarn test
To run the unit tests and watch for file changes during development, run:
yarn run test:watch