A repository with multiple stand-alone applet examples/tests to go with the concepts page.
All dependencies of the examples can be installed by running one of the following commands in the root of this repository:
yarn
or
npm install
Then any example can be ran by opening the example's directory and running either of the following commands:
yarn dev
or
npm run dev