You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -519,6 +519,21 @@ El siguiente paso será hacer npm install para que se instale la carpeta node mo
519
519
Como podemos observar, se ha instalado la carpeta node_modules.
520
520

521
521
522
+
Nuestro siguiente paso será crear una carpeta llamada proxy.conf.json, la cual permitirá acceder a nuestro backend desde el frontend para obtener ls datos. Deberemos configurarla adecuadamente con la dirección ip y el puerto que esté configurado en el backend.
523
+
524
+

525
+
526
+
El siguiente paso será inicializar el backend.
527
+
528
+

529
+
530
+
Por último deberemos hacer ng serve (con el proxy) para lanzar nuestra apliación SPA
0 commit comments