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.