Añadir Server/README.md

This commit is contained in:
Juan.Lazaro 2024-06-06 01:03:17 +00:00
parent 2012230c5f
commit 3b11fcb8cc
1 changed files with 19 additions and 0 deletions

19
Server/README.md Normal file
View File

@ -0,0 +1,19 @@
## Correr el programa
una vez copiando el repositorio ejecuta
```bash
npm i
```
Despues para correr el programa
```bash
node server.js
```
o
```bash
node_modules/.bin/nodemon server.js
```