Files
angular-starter-templates-a…/README.md
Ahmed Galadima 1f66a2eaf0 new readme file
2024-03-12 10:37:43 +01:00

20 lines
686 B
Markdown

# 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