https://github.com/carlosjorger/portfolio
Portafolio made in angular 14
https://github.com/carlosjorger/portfolio
angular css html scss typescript
Last synced: 4 months ago
JSON representation
Portafolio made in angular 14
- Host: GitHub
- URL: https://github.com/carlosjorger/portfolio
- Owner: carlosjorger
- Created: 2022-07-30T22:29:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T13:27:30.000Z (over 3 years ago)
- Last Synced: 2025-04-17T12:15:39.430Z (about 1 year ago)
- Topics: angular, css, html, scss, typescript
- Language: TypeScript
- Homepage: https://carlosjorger.github.io/portfolio/
- Size: 3.04 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio / Angular 14
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.4.
## Table of contents
- [Status](#status)
- [Quick start](#quick-start)
- [Angular](#angular)
- [Author](#author)
### Front-end : What's included
> Dependencies
- [x] Angular : 14.2.6
- [x] Angular CLI : 14.2.6
- [x] Angular Universal : 14.2.0
- [x] Bootstrap : 5.2.2
- [x] Fontawesome : 6.1.0
## Quick start
```bash
# select a repo from github or gitlab
# download the example or clone the repo from github
git clone https://github.com/CarlosJorgeR/Portafolio.git
# change directory
cd Portafolio
# install the repo with npm
npm install
# start the server
ng serve
```
in your browser go to [http://localhost:4200](http://localhost:4200)
## Angular
### Installation
* `npm install` (installing dependencies)
* `npm outdated` (verifying dependencies)
### Developpement
* `npm run start`
* in your browser [http://localhost:4200](http://localhost:4200)
## Linter
* `npm run lint`
### Compilation
* `npm run build`
### Production
* `ng deploy --base-href=/portfolio/`
* in your browser [https://carlosjorger.github.io/portfolio/)
### Author
* Author : carlosJorgeR