Merge branch 'main' into angular_rebuild
# Conflicts: # README.md
This commit is contained in:
@@ -1,59 +1,56 @@
|
|||||||
# AngularPortfolioSeite
|
# 🖼️ FrauJulian's Portfolio Website
|
||||||
|
|
||||||
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.9.
|
### [🙋♂️ Website Preview](https://fraujulian.xyz/)
|
||||||
|

|
||||||
|
|
||||||
## Development server
|
## 👂 Languages/Framework/Packages:
|
||||||
|
- Angular v19
|
||||||
|
- TypeScript
|
||||||
|
- SCSS
|
||||||
|
|
||||||
To start a local development server, run:
|
## 💻 Development
|
||||||
|
|
||||||
|
### Development Preview
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ng serve
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
|
### Building
|
||||||
|
|
||||||
## Code scaffolding
|
|
||||||
|
|
||||||
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ng generate component component-name
|
npm run buildDevelopment
|
||||||
```
|
```
|
||||||
|
|
||||||
For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
|
or for Production Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ng generate --help
|
npm run buildProduction
|
||||||
```
|
|
||||||
|
|
||||||
## Building
|
|
||||||
|
|
||||||
To build the project run:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
ng build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
|
This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
|
||||||
|
|
||||||
|
### Start compiled Project
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run start
|
||||||
|
```
|
||||||
|
|
||||||
## Running unit tests
|
## Running unit tests
|
||||||
|
|
||||||
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
|
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ng test
|
nom run test
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running end-to-end tests
|
## Update Packages/Libraries
|
||||||
|
|
||||||
For end-to-end (e2e) testing, run:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ng e2e
|
updatePackageVersions
|
||||||
```
|
```
|
||||||
|
|
||||||
Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
|
## 📋 Credits:
|
||||||
|
~ made by [**FrauJulian**](https://fraujulian.xyz/).
|
||||||
|
|
||||||
## Additional Resources
|
### Greetings from Austria!
|
||||||
|
|
||||||
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user