Can someone give me idea or tutorial how can i deploy my webpack bundle to local servers #513
Replies: 3 comments 1 reply
-
hello did you found any solution? |
Beta Was this translation helpful? Give feedback.
-
Please see Super-App Showcase, we're hosting mini-apps on GitHub there, it might give you some insights on how do this. We don't have any tutorials on how do this right now, but that might change in the future. |
Beta Was this translation helpful? Give feedback.
-
you can use aws cloudfront and s3 to store miniapp bundles. this will allow you to easily manage versioning per bundle release and falling back to previous versions without maintaining custom mechanism. ex: miniapps.xyz.com/miniappX/v1.0.0/{bundle_files} setup miniapps.xyz.com domain for cloudfront and setup cloudfront to map requests to internal s3 bucket. then you just need to upload the bundles for each miniapp to specific folder path in s3 bucket. you can maintain a rest api to specify which versions of the miniapp is needed by host application. and call this rest api through re.pack resolver to identify and create remote url paths... |
Beta Was this translation helpful? Give feedback.
-
Ask your Question
How i can i deploy my mini app to the server if someone could help me with this that what i have to deploy step wise. thankyou
Beta Was this translation helpful? Give feedback.
All reactions