Skip to main content

Build Client How To's

How to's for the Build Client guide.

How to validate only UI changes without full build?

  1. Skip the Build Project option.
  2. Use Run > Build Client to validate frontend changes.
  3. Ensure form, TypeScript, and style files are valid.
  4. Use this method during UI design or CSS editing only.

How to run the Build Client command?

  1. Open your project in the IDE.
  2. Navigate to the Run tab on the top menu.
  3. Click on Build Client.
  4. The build will validate UI and script files.
  5. Results will appear in the Output Panel.

How to fix client build errors?

  1. Run Build Client and wait for the output.
  2. Review the errors in the Output Panel.
  3. Click on error messages to open the related files.
  4. Fix issues like:
    • Syntax errors in .ts files
    • Broken CSS rules
    • Missing components
  5. Save changes and rebuild.