Generating Frontend Skeleton
Time to implement frontend, same with backend service we begin with adding it to our workspace:
mify add frontend counter-display
To access backend we also need to add client to our frontend:
mify add client counter-display --to counting-backend