ngxs/realworld-angular-nx-ngxs — reverse-engineered prompt
Reverse engineered prompt
Build me a starter RealWorld app in Angular using Nx and NGXS, like the demo for the RealWorld spec. I want it to feel like a small Medium style site where people can sign up, log in, see a global feed, view their own feed, browse tags, read article pages, create and edit articles, delete their own articles, favorite articles, comment, and view user profiles.
Please wire it to the standard RealWorld API pattern and include normal routing, forms, loading states, error messages, and pagination so it feels like a complete working example, not just static screens. Keep the code clean and organized in a way that shows good Angular and NGXS practices, with reusable pieces where it makes sense.
Set it up so I can run it locally with the usual install and start commands. If you need exact API details or current Angular guidance, look up the current docs online.
Want more depth? Deep Reverse