File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,3 +47,34 @@ Antes de comenzar, asegúrate de tener instalado lo siguiente:
4747
4848 ``` bash
4949 git clone https://github.com/She-Plus-Plus/Sheplusplus-web-workshop.git
50+
51+ 2. Navega al directorio del proyecto:
52+
53+ ` ` ` bash
54+ cd Sheplusplus-web-workshop
55+
56+ 3. Instala las dependencias necesarias:
57+
58+ ` ` ` bash
59+ npm install
60+
61+ 4. Inicia el servidor de desarrollo:
62+
63+ ` ` ` bash
64+ npm start
65+ Luego, abre tu navegador en http://localhost:3000 para ver la aplicación en funcionamiento.
66+
67+ ---
68+
69+ # # 📁 Estructura del Proyecto
70+
71+ ` ` ` bash
72+ Sheplusplus-web-workshop/
73+ ├── assets/ # Archivos estáticos (imágenes, fuentes, etc.)
74+ ├── index.html # Página principal del taller
75+ ├── styles/ # Hojas de estilo CSS
76+ ├── scripts/ # Archivos JavaScript
77+ ├── README.md # Documentación del proyecto
78+ └── package.json # Dependencias y scripts del proyecto
79+
80+
You can’t perform that action at this time.
0 commit comments