Skip to content

Backoffice development

Thien Nguyen Le Quynh edited this page Jul 5, 2022 · 2 revisions

The Backoffice needs to run behind the backoffice-bff to enable authentication

So we must run the backoffice-bff first either by the IDE or by command line

Then run the backoffice by npm run dev. We will not access the backoffice directly but via backoffice-bff http://localhost:8087

Clone this wiki locally