https://github.com/itsfdavid/programacion-web-examen-2
https://github.com/itsfdavid/programacion-web-examen-2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsfdavid/programacion-web-examen-2
- Owner: itsFDavid
- Created: 2025-05-06T14:17:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T15:41:50.000Z (about 1 year ago)
- Last Synced: 2025-05-07T06:58:10.619Z (about 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examen unidad 2 - Programacion Web
Francisco David Colin Lira
Grupo: 3602
## Pasos
1. Clonar el repositorio
```bash
git clone https://github.com/itsFDavid/programacion-web-examen-2.git
```
2. Entrar a la carpeta del examen
3. Instalar las dependencias
```bash
pnpm install
npm intall
```
4. Ejecutar el proyecto en modo dev
```bash
# escoje la opcion
pnpm run dev
npm run dev
```