Javascript News - A collection of audio articles aimed toward Full Stack Development with JS.

Angular 2 - Mastering Google's Front-End Framework - Chapter 6 - Building and Serving Angular Universal Projects


Listen Later

After installing Angular Universal in the first Chapter: you may be wondering: what do I do now? Well instead of using:

ng serve

One can use:

npm run build:ssr

To build the Angular Universal Project. This allows one to then run the following command and the project will open on localhost:4000.

npm run serve:ssr

This will then open the server on Port 4000.

---
This episode is sponsored by
· Anchor: The easiest way to make a podcast. https://anchor.fm/app
---
Send in a voice message: https://anchor.fm/javascript-news/message
Support this podcast: https://anchor.fm/javascript-news/support
...more
View all episodesView all episodes
Download on the App Store

Javascript News - A collection of audio articles aimed toward Full Stack Development with JS.By Javascript News