Chapter 13. Architecture
As you now know, Nest.js is based on the same principles as Angular, so it is a good idea to have a similar structure as Angular’s.
Before going into the file structure, we will see some guidelines about the naming and about how to structure our different directories and files in order to have an easy and more readable project.
We will take a look at the architecture for two different type of projects:
- A server application
- A more complete app using
Angular universal
with Nest.js and Angular 6
By the end of the chapter, you should know how to structure your app either for a server application or a complete app with a client front-end.