November 2019
Beginner
804 pages
20h 1m
English
Go into the backend folder with your Terminal and execute the following command using the NestJS CLI:
npx @nestjs/cli generate module song
This will create the song NestJS module in the project. As we saw earlier, NestJS modules are very similar in shape and form to Angular modules. As with Angular modules, we can use NestJS modules to cleanly separate the different parts of our application.
Read now
Unlock full access