DirectoryExplorer.Web
An Angular Web application which allows you to browse the directory of its API.
Installation
Requirements:
- Node v.12.20.xx
- Angular CLI 12.2.16+
- Directory Explorer API (up and running)
Steps:
- Run
npm install
to install the dependencies - Run
npm run start
to start the application - Navigate to
http://localhost:4200
to access the application