Mean-Stream is a full-stack starter kit for building scalable, production ready applications with Angular, NestJS, and MongoDB. It aims to make it easy to get integrate the frameworks into a single project using Nx for code sharing. Mean-Stream consists of the following libraries:
- Nestx - A collection of utilities for NestJS
- Ngbx - A collection of utilities for Angular and ng-bootstrap
All libraries can also be used standalone without a monorepo.
Run nx serve nestx
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run nx graph
to see a diagram of the dependencies of the projects.
Visit the Nx Documentation to learn more.