Scripts 
Our package.json houses a collection of run-scripts that we use to maintain, test, build, and publish the OVHcloud Manager, notably:
Table of Content 
Generate a Micro Application 
sh
# `foo` is the name of your micro-application.
$ yarn run generate:uapp
# start the application
$ yarn && cd packages/manager/apps/foo && yarn run start:devNow you are able to visit http://localhost:9000/#!/foo (route based on the module name).