alexandrus91/angular-ts — reverse-engineered prompt
Reverse engineered prompt
Build me a small Angular 2 app using TypeScript that feels like a clean starter example. I just want something simple that proves the setup works, with a main page, a clear title, a little welcome message, and one small interactive bit so you can see Angular updating the screen.
Please keep it easy to understand for someone learning the basics. Put the app code in a normal app folder, include the main HTML page, basic styling, TypeScript config, and whatever simple local server setup is needed so I can run it in the browser.
Make sure the project can be installed and started with normal npm commands, and that it doesn’t feel overbuilt. Add a short README explaining what it is, how to install it, how to run it, and where the main files are. If anything in the old Angular 2 setup needs checking, look up the current docs online and make it work.
Want more depth? Deep Reverse