Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matteocalvanico/angularportfolio
My personal and simple portfolio created to learn Angular
https://github.com/matteocalvanico/angularportfolio
angular portfolio-website scss typescript
Last synced: 24 days ago
JSON representation
My personal and simple portfolio created to learn Angular
- Host: GitHub
- URL: https://github.com/matteocalvanico/angularportfolio
- Owner: MatteoCalvanico
- Created: 2024-11-27T16:05:42.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-11-27T16:36:22.000Z (25 days ago)
- Last Synced: 2024-11-27T17:28:28.856Z (25 days ago)
- Topics: angular, portfolio-website, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularPortfolio
The goal of this project is to learn all the aspects and features of Angular and in the meantime to create a well-structured portfolio.
My final portfolio will be different, this is nothing more than a test to improve my frontend skills.
## Info
This project was generated with **Angular CLI** and use [Angular](https://angular.dev/overview) (version 19).
This project use [Anime.js](https://animejs.com/).
This project use [Typed.js](https://mattboldt.com/demos/typed-js/).
You will need:
- *Node.js* (version v18.20.5)
- *Angular CLI* (use: ```npm i -g @angular/cli ```)## Start up
To download all the dependency, run:
```bash
npm i
```To start a local development server, run:
```bash
ng serve
```
**OR**
```bash
npm start
```
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
To build the project run:
```bash
ng build
```