# AngularStarterTemplatesAdmin This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.3. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. ## Build Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. ## How to use template 1. Clone the repo 2. Uninitialize git repository: from root directory run: rm -rf .git 3. Make youe changes 4. Initialize the repository: git init 5. Create a new remote repository (example on git.talenttic.com) 6. Push your changes to remote