Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 351 Bytes

File metadata and controls

9 lines (7 loc) · 351 Bytes

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