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

https://github.com/arawns1/angular-blog

Simple blog project made with Angular
https://github.com/arawns1/angular-blog

angular dio-bootcamp santander-bootcamp typescript

Last synced: about 2 months ago
JSON representation

Simple blog project made with Angular

Awesome Lists containing this project

README

          


Banner

# 📝 The Blog Project

Projeto de um simples blog feito em Angular

# 🛠 Tecnologias Utilizadas

- Typescript
- Angular
- Rotas
- MockAPI

# 🎯 Objetivo Principal

O principal objetivo deste projeto foi aprofundar meus conhecimentos no angular, realizando requisições externas e controlando rotas

# 📸 Visuais e Telas

Banner
Banner

# 🎨 Referências

- [Demo Aqui](https://angular-blog-rosy.vercel.app/)
- [Inspiração](https://dribbble.com/shots/18089191-Blog-Layout)

## 💻 Como Rodar?

1. Clone o repositório

```bash
git clone https://github.com/Arawns1/angular-blog.git
```

2. Abra o diretório execute o código abaixo para instalar as depedências

```bash
npm install
```

3. Rode o comando abaixo para executar o projeto no navegador

```
ng serve
```

Por padrão, a aplicação é iniciada em `http://localhost:4200/`