# DntCaptchaAngularClient Simple frontend for DNTCaptcha.TestApiApp backend. ### How to run it: 1. run DNTCaptcha.TestApiApp project from IDE(Visual Studio/Rider) or just by `dotnet watch run` 2. run `npm install` inside DNTCaptcha.AngularClient/ 3. run `ng serve` or `npm run start` inside DNTCaptcha.AngularClient/ 4. navigate to `localhost:4200`