Setup
- Copy the
_sample app directory under ./app-modules/_sample
- Rename the directory
- Update the package name in the module's root package.json
"name": "@ane/[name]-app-module"
- 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