Angular
Deploying An Angular App to Heroku

Preparing an Angular App for Deployment

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

The development server that comes with the Angular CLI is great for testing apps locally, but when it comes time to serve the app in a production environment, we need something more. Fortunately, it's easy to serve an Angular app with a small Node.js server. We'll make a tiny Node server with the Express framework and get it ready to ship to the production server.

 

I finished! On to the next chapter