Skip to content

Instantly share code, notes, and snippets.

@rodolphonetto
Created December 25, 2018 23:37
Show Gist options
  • Save rodolphonetto/7b8a6e802c62ba89bfd803470caeaaab to your computer and use it in GitHub Desktop.
Save rodolphonetto/7b8a6e802c62ba89bfd803470caeaaab to your computer and use it in GitHub Desktop.
const express = require('express')
const app = express()
app.listen(3000, () => {
console.log('Servidor de exemplo aberto na porta: 3000')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment