Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 11, 2019 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a13f864666a302f1a5cd9a9f098c5384 to your computer and use it in GitHub Desktop.
Save parzibyte/a13f864666a302f1a5cd9a9f098c5384 to your computer and use it in GitHub Desktop.
const express = require("express"),
path = require("path"),
app = express(),
puerto = process.env.PORT || 3000; // Si está definido en el entorno, usarlo. Si no, el 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment