Frontend

Workflow for creating a screen in XC

  1. Create a new path in urls.py for respective application

  2. Create a view in view.py for respective application

  3. Create a html template and ensure it gets rendered on view which we just created in view.py

  4. Ensure to register this vide in urls.py

  5. Create a new ReactJS application in a separate file

  6. Build the file

  7. Ensure the built-file has been included in html template