How to customize GUI in Jhipster+ React application

383 Views Asked by At

I have created an application with jhipster + react. It's a default application generated by jHipster. We need to customize the GUI according to our needs(ex, Background change, alignment, layout,menu) on jhipster home page. Do we need to edit it manually in the code or any configurations available for GUI change in react?

1

There are 1 best solutions below

1
Gaël Marziou On

Simplest way: you must modify the generated code manually.

Alternatively, if you plan to have several projects, you could write a JHipster blueprint but this requires more effort.