what is the frontend development workflow

ng serve runs but nothing is displayed... I didn't understand what is the development workflow for this project... can you help me please? @Repetier

Comments

  • don't use ng. Run the gulp task - if in doubt run
    gulp prod
    to create the production code. Make sure to copy the created code into your shadow folder matching original position www/modules/front2/..
    Server then reads the code replaces all <?php ... ?> with traanslations and delivers the modified result to browser.
  • See also
    https://www.repetier-server.com/customizing-printer-frontend/

    which shows the gulp commands and how to extend an existing component.
  • can't develop in watch mode?
  • No, I would also if possible but then it has wrong code from all the translation parts and part of them conatin important data needed to make it work as well.
  • ow ok, thank you @Repetier
Sign In or Register to comment.