Real world application built with Angular 19, NgRx 19, nrwl/nx 20
The RealWorld Example App is a fullstack application built with Angular, ngrx/platform, nrwl/nx, demonstrating a social blogging site similar to Medium.com with features such as CRUD operations, authentication, routing, and pagination. It adheres to Angular community styleguides and best practices.
To run the RealWorld Example App, follow these steps:
Clone the repository:
git clone <repository_url>
Install dependencies:
npm install
Start the application:
npm run start
To run unit tests:
nx run-many -t test
To lint the code:
nx run-many -t lint
The RealWorld Example App is a feature-rich Angular application showcasing a social blogging site with various functionalities like CRUD operations, authentication, and pagination. By following best practices and guidelines, it provides a solid foundation for developers to learn and implement similar projects effectively.