August 19, 2022
Angular / NestJS Starter Project
Getting startet
1 |
npm i -g @nestjs/cli |
1 2 3 |
nest new angular-de-nestjs-tutorial cd angular-de-nestjs-tutorial npm run start |
Training Server Project To show you how to use Nest as the backend of your Angular Application ( or any Other Client Application using a HTTP Client), we have a look into a basic server we use in our trainings. The server supplies the client application with the trainings, that are […]
READ MORE