Añadir Server/README.md
This commit is contained in:
parent
2012230c5f
commit
3b11fcb8cc
|
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue