How to deploy angular in 60 seconds
In this video I show you how to build and deploy your Angular JS app online in just 60 seconds
Steps:
Build the Angular app: Run npm run build in your terminal. This will create a dist folder containing all the necessary files for your app.
Zip the dist folder: Create a zip archive of the dist folder.
Upload to Tinyhost: Go to Tinyhost, choose a subdomain (e.g., "angular"), and upload the zipped dist folder.
Launch the app: Click "Launch" on Tinyhost.
Key takeaways:
Deploying an Angular app can be a very quick process.
Tinyhost provides a simple and free platform for hosting static websites.
This video offers a concise guide for deploying Angular apps, making it accessible even for those new to deployment.
Steps:
Build the Angular app: Run npm run build in your terminal. This will create a dist folder containing all the necessary files for your app.
Zip the dist folder: Create a zip archive of the dist folder.
Upload to Tinyhost: Go to Tinyhost, choose a subdomain (e.g., "angular"), and upload the zipped dist folder.
Launch the app: Click "Launch" on Tinyhost.
Key takeaways:
Deploying an Angular app can be a very quick process.
Tinyhost provides a simple and free platform for hosting static websites.
This video offers a concise guide for deploying Angular apps, making it accessible even for those new to deployment.
Updated on: 23/12/2024
Thank you!