Skip to content

Deployment


🌏 Deployment Overview

To deploy your application, you first need to compile it and then host the generated
JavaScript, CSS, and HTML files on a web server.

Angular applications are highly portable and can be served in almost any environment, including:

  • 🟢 Node.js
  • Java
  • 🟣 .NET
  • 🐘 PHP
  • 🌐 Any static web server

🛠️ Production Build

Run the following command to build your application for production:

sh
ng build