Skip to content

Instantly share code, notes, and snippets.

@ArnaudBuchholz
Created March 7, 2020 04:45
Show Gist options
  • Save ArnaudBuchholz/6268bfa8507309950b6fe607c507061b to your computer and use it in GitHub Desktop.
Save ArnaudBuchholz/6268bfa8507309950b6fe607c507061b to your computer and use it in GitHub Desktop.
const { serve } = require('reserve')
serve({ /* configuration */ })
.on('ready', ({ url }) => {
console.log(`Server running at ${url}`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment