# courses.nestjs.com **Repository Path**: mirrors_nestjs/courses.nestjs.com ## Basic Information - **Project Name**: courses.nestjs.com - **Description**: Official NestJS Courses website https://courses.nestjs.com 🏡 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master [travis-url]: https://travis-ci.org/nestjs/nest [linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux [linux-url]: https://travis-ci.org/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Discord Backers on Open Collective Sponsors on Open Collective

## Official NestJS Courses (website) Whether you are a Node.js veteran, front-end developer, or even new to development. **Learn everything about NestJS** from the basic principles, best-practices, tips & tricks, to advanced patterns, getting you ready to build NestJS / Node.js applications at any scale. **Prepare for an in-depth guided course & walkthrough** of all the fundamentals of a NestJS application from the Creator [Kamil Mysliwiec](https://twitter.com/kammysliwiec) himself, and [Mark Pieszak](https://twitter.com/MarkPieszak) (Core Team Member). Repository contains [courses.nestjs.com](https://courses.nestjs.com) source code, the official Nest website subpage. ## Developing Navigate to `http://localhost:1234/`. ``` $ npm install $ npm run start ``` ## Build Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. ## Support Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://opencollective.com/nest). ## Stay in touch - Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec) - Website - [https://nestjs.com](https://nestjs.com/) - Twitter - [@nestframework](https://twitter.com/nestframework) ## License Nest is [MIT licensed](LICENSE).