Changing WebApp front end

Hello,

Is there any way to make alterations in the frontend (example: front_page.tsx) without having to do docker-compose down and docker-compose up??? This way is very counter productive.

Thanks in advance.

Best regards,
André Vaz

@andrezzvazz The Web App is configured to automatically re-build *.tsx files on save. We do all of our daily application development this way. You may need to wait a few seconds for compilation to take place (especially if it is a slow machine). The first build will always take much longer than subsequent build. You can see progress of the build in the server in the logs.

@RickCarlino I already manage to make it work.
Thanks any way.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.