# <%= classify(name) %>

This project was generated from running the schematic `@unilygrouplimited/angular-sdk:new-mfe`. The schematic has automatically setup scaffolding for a micro frontend module build, it generated the essential files and configurations needed to make Angular Module Federation facilities available within this new workspace. More information about Angular Module Federation and its setup can be found in this [Wiki page](https://brightstarr.visualstudio.com/Unily/_wiki/wikis/Unily.wiki/18387/Angular-Module-Federation).

## Development server

Run `npm run start` for a dev server. Navigate to `http://localhost:<%= port %>`. 
Run `npm run watch` so the application will automatically reload if you change any of the source files.

## Build

Run `npm run build` to build the module. The build artifacts will be stored in the `dist/` directory.

## Deploy

Run `npm run deploy` to deploy the module. This module will be added to the client modules tab in the CMS once it's been successfully deployed.

## Running unit tests

Run `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io).
