Skip to main content

Mandatory setup

warning

You must have to complete all the setups of the user app before starting the web app setup because both these systems belong to the same codebase.

Web App Setup

  • Web Logo: Open <project>/web/assets and replace logo.svg with your own logo.
  • Place Holder Image: Go to <project>web/assets and replace preloader.svg with your own placeholder image.
  • Favicon: Open <project>/web/ and replace favicon.png with your own icon.
  • Title for Web: Open <project>/web/index.html and set your app name in title tag.
/web/index.html
<title>APP_NAME_HERE</title>
  • PWA Name: Open <project>/web/manifest.json file and set the value of name and short_name with your preferred one.