Skip to content

Commit

Permalink
Primer commit -Produccion
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvelazco committed Dec 5, 2020
0 parents commit e432031
Show file tree
Hide file tree
Showing 20 changed files with 1,056 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@



node_modules/
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Notas:

Este es un pequeño servidor de express listo para ejecutarse y servir la carpeta public en la web.

Recuerden que deben de reconstruir los módulos de node con el comando

```
npm install
```
Loading

0 comments on commit e432031

Please sign in to comment.