Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emmanuellaalbuquerque/4-paws-frontend


https://github.com/emmanuellaalbuquerque/4-paws-frontend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 4Paws Frontend

## Protótipo MVP 4Paws 🐾🐕‍🦺
![MVP4PawsFrontendAngular](MVP4PawsFrontendAngular.png)

## 👩🏽‍💻⚙️ Versões Techs
- Angular: 18.2.11
- Node: 22.11.0
- Package Manager: npm 10.9.0

## Como rodar?
```shell
nvm install v22.11.0
nvm use 22.11.0
node -v

npm install -g @angular/cli
ng version

git clone [email protected]:EmmanuellaAlbuquerque/4-paws-frontend.git
cd 4-paws-frontend
npm install
npm start
```