https://github.com/joaorafa19/tp-pagina-github
Trabalho prático de Desenvolvimento de interfaces Web (esta página)
https://github.com/joaorafa19/tp-pagina-github
bootstrap css html javascript js json-rest-server node
Last synced: about 2 months ago
JSON representation
Trabalho prático de Desenvolvimento de interfaces Web (esta página)
- Host: GitHub
- URL: https://github.com/joaorafa19/tp-pagina-github
- Owner: JoaoRafa19
- Created: 2024-04-20T01:12:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T00:01:33.000Z (about 2 years ago)
- Last Synced: 2025-05-24T20:11:58.744Z (about 1 year ago)
- Topics: bootstrap, css, html, javascript, js, json-rest-server, node
- Language: HTML
- Homepage: https://tp-pagina-github.vercel.app
- Size: 3.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portifolio
## Link do projeto publicado
https://tp-pagina-github.vercel.app
## Executar o projeto
Executar o comando na raiz do projeto
```bash
npm run start
```
Ou
```bash
json-server --watch db/db.json --static ./public --static ./assets/img
```
Acessar em : `http://localhost:3000`