From 3b11fcb8cc1abb436e99b5d1f1bd3dee3a4da1da Mon Sep 17 00:00:00 2001 From: "Juan.Lazaro" Date: Thu, 6 Jun 2024 01:03:17 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20Server/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Server/README.md diff --git a/Server/README.md b/Server/README.md new file mode 100644 index 0000000..3004e4f --- /dev/null +++ b/Server/README.md @@ -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 +``` \ No newline at end of file