Updating front-end apps
The Applura platform provides the structure for connecting your front-end code with the resources in your project.
Building
To make the platform more future-proof, we don't assume which JavaScript framework or build tools you are using. Your code may need to be transpiled from TypeScript, and bundled using Vite or Webpack. We don't care where it comes from, we just need your JavaScript to work in the browser.
Once you build your app, make a zip including the index.html, javascript and any other public resources your app needs.
Uploading
To upload the zip to your project, go to Applications > Manage releases
Click "Add new release" and select the zip you created.
Deploying
After a release has been uploaded, the changes are not live until you click "Deploy" next to that release. You may add some notes to explain any changes. Once you click "deploy" you will be prompted that the new release will go live immediately.