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

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

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