Repositorio correspondiente al Front-end web de la asignatura Proyecto Software de la Universidad de Zaragoza (Febrero 2024 - Mayo 2024)
Inside of your Astro project, you'll see the following folders and files:
/
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ │ └── ...
│ ├── layouts/
│ │ └── Layout.astro
│ │ └── ...
│ └── pages/
│ └── index.astro
│ └── ...
└── package.json
-
Clona este repositorio:
git clone https://github.com/UNIZAR-30226-2024-03/Web.git
-
Navega a la carpeta del proyecto:
cd web/playbeat
-
Instala las dependencias:
npm install
-
Ejecuta el proyecto:
npm run dev
-
Abre http://localhost:4321 en tu navegador
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
Pablo Angusto
Miguel Aréjula
Garikoitz Arellano
Alain Cascán
Lucas Cauhe
Álvaro de Franciso
Daniel Herce
Alain Villagrasa