0

Guidence on releasing Quickapp PRO version 8 to Azure

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59699
    Ryan Sposato
    Member

      I’m looking for a bit of guidance on how you would release Quick App v8 PRO to an Azure Web App.  In older versions the Angular site lived on the host project and when you published it published both and used the SPA service to communicate.  In the new layout the angular is in its own project.  Does that need to be built separately and released to a certain spot?

      #59700
      Ryan Sposato
      Member
      Topic Author

        I was able to figure it out.  You need to run npm run build –prod on the client project then move the code under wwwroot in the server project before publishing.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.