Setup App-Module

Setup
  1. Copy the _sample app directory under ./app-modules/_sample
  2. Rename the directory
  3. Update the package name in the module's root package.json "name": "@ane/[name]-app-module"
  4. Install dependencies - in the root of the ExperimentationUI project, run yarn bootstrap
You can now run your app-module by running yarn start in the app-module folder

Sample PR