Skip to content

Instantly share code, notes, and snippets.

@AntonioErdeljac
Created October 31, 2017 00:19
Show Gist options
  • Save AntonioErdeljac/b4294f1c5d3c64ab51a5565a80291df8 to your computer and use it in GitHub Desktop.
Save AntonioErdeljac/b4294f1c5d3c64ab51a5565a80291df8 to your computer and use it in GitHub Desktop.
var express = require('express');
var app = express();
server = app.listen(8080, function(){
console.log('server is running on port 8080')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment