Skip to content

Instantly share code, notes, and snippets.

@jaouadballat
Created April 4, 2018 19:48
Show Gist options
  • Save jaouadballat/6e963741c07e9ae55b5024dc9ce082b2 to your computer and use it in GitHub Desktop.
Save jaouadballat/6e963741c07e9ae55b5024dc9ce082b2 to your computer and use it in GitHub Desktop.
const express = require('express');
const app = express();
server = app.listen(3001, function(){
console.log('server is running on port 3001')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment