Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davru/dsgdsr-portfolio

💻 My (OLD) portfolio and personal blog built using Angular 16 and SSR
https://github.com/davru/dsgdsr-portfolio

angular deprecated obselete

Last synced: 2 days ago
JSON representation

💻 My (OLD) portfolio and personal blog built using Angular 16 and SSR

Awesome Lists containing this project

README

        

# OLD Portfolio

My portfolio and personal blog using Angular 16 and SSR, you can visit it [here](https://dsgdsr.me)

![Screen Recording 2023-10-02 at 10 07 02 (1)](https://github.com/DSGDSR/dsgdsr-portfolio/assets/9610219/143b86ff-ff39-4aba-a39f-8b560414cda8)

## Development server

```
npm install
```

You can run the portfolio in both ways locally, angular static and SSR

```
# SSR
npm run dev:ssr

# Common angular app
npm start
```

## Running unit tests

Run `npm run test` or `npm run test:prod` for headless and coverage alternative