Skip to main content

Generating Frontend Layout

Time to implement frontend, same as with backend service we begin with adding it to our workspace:

mify add frontend --template react-ts counter-display

To access backend we also need to add client to our frontend:

mify add client counter-display --to counting-backend