Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuellaalbuquerque/4-paws-frontend
https://github.com/emmanuellaalbuquerque/4-paws-frontend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuellaalbuquerque/4-paws-frontend
- Owner: EmmanuellaAlbuquerque
- Created: 2024-11-01T23:30:10.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T17:49:00.000Z (about 2 months ago)
- Last Synced: 2024-11-20T18:43:35.316Z (about 2 months ago)
- Language: CSS
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -vnpm install -g @angular/cli
ng versiongit clone [email protected]:EmmanuellaAlbuquerque/4-paws-frontend.git
cd 4-paws-frontend
npm install
npm start
```