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: 8 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T14:35:18.000Z (about 1 year ago)
- Last Synced: 2025-02-13T22:34:09.303Z (8 months 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)

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