Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```