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.
- Host: GitHub
- URL: https://github.com/snportela/angular-blog
- Owner: snportela
- Created: 2025-03-24T15:08:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T14:09:25.000Z (about 1 year ago)
- Last Synced: 2025-03-27T15:25:09.221Z (about 1 year ago)
- Topics: angular, nodejs
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Angular Blog


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