# Hello sample
## Register
```ts
yarn pm add sample-hello
```
## Activate
```bash
yarn pm enable sample-hello
## Launch the app
# for development
yarn dev
# for production
yarn build
yarn start
## Demo
[gif]