Generating Frontend Layout
Time to implement frontend, same as with backend service we begin with adding it to our workspace:
- React
- NuxtJS
mify add frontend --template react-ts counter-display
mify add frontend --template nuxtjs counter-display
To access backend we also need to add client to our frontend:
mify add client counter-display --to counting-backend