Azure Resource Name Generator is an Angular single page application that automatically generates resources names in a wide range of formats.
Clone the repository then use the Node Package Manager (NPM) to install all required packages.
npm installThe production website is hosted at https://blue-bush-0aae90603.azurestaticapps.net/.
For development, you can use ng serve to host a local copy, then just open localhost in the browser to view.
ng serve --port 80Tests are run using ng test.
Open localhost:9876 in the browser to view the tests, if the tests do not show open any .spec.ts file and make a change and save to force re-run the tests.
ng testIf new components are added please write an accompanying test.