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

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

My first Angular project.
https://github.com/snportela/angular-blog

angular nodejs

Last synced: 2 months ago
JSON representation

My first Angular project.

Awesome Lists containing this project

README

          

# Simple Angular Blog

![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)

![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge&logo=angular&logoColor=white)

Simple Blog application built with Angular. This project was built as an assignment for the "Decola Tech Bootcamp" from DIO.

## 📝 Prerequisites

- Node.js v22.11.0
- Angular v19.2.0

## 🚀Get started

- Clone the repository

```
git clone https://github.com/snportela/angular-blog
cd angular-blog
```

- Install the `npm` packages described in the `package.json` and verify that it works:

```
npm install
npm start
```