Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davru/dsgdsr-portfolio
- Owner: davru
- Created: 2021-12-31T11:18:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T14:35:18.000Z (3 months ago)
- Last Synced: 2025-01-01T00:42:15.894Z (2 days ago)
- Topics: angular, deprecated, obselete
- Language: TypeScript
- Homepage: https://dsgdsr.me
- Size: 1.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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