Fourth module summary

Fourth module summary

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

This lesson preview is part of the Next-Level Angular Apps with NX course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.

This video is available to students only
Unlock This Course

Get unlimited access to Next-Level Angular Apps with NX, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

Thumbnail for the \newline course Next-Level Angular Apps with NX
  • [00:00 - 01:03] To sum up, Nxmono repositories are more than capable to keep other than angular -based applications in a monorepository. What's more, in the same repository, you can keep React, Angia, Vue.js, and other technologies if you want. For every application, you will get default configurations for linters and to-end testing, and everything which you basically need for modern development. It's worth mentioning that Nx provides you by default TypeScript configuration for your projects, so you can use TypeScript instead of JavaScript from the beginning. I think other tools like Storybook, it's quite simple, it takes a few seconds, and it's a pure joy. I think N2N testing in Cypress is even simpler, you don't need to do anything. The project for N2N test will be added by default. In the next module, we'll build a real-life Nxmono repository that contains three applications, one back-end application and two front-end applications. And of course, we will use skills and knowledge that you acquired in previous modules.