Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 11, 2019 16:30
Show Gist options
  • Save parzibyte/6b2d1627f1f274652f790e6cc2128aac to your computer and use it in GitHub Desktop.
Save parzibyte/6b2d1627f1f274652f790e6cc2128aac to your computer and use it in GitHub Desktop.
const express = require("express"),
path = require("path"),
app = express(),
puerto = 3000; // <-- este es el puerto local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment