Skip to content

Instantly share code, notes, and snippets.

@timhudson
Created February 25, 2016 20:33
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 timhudson/3983abc0e405ef9aab96 to your computer and use it in GitHub Desktop.
Save timhudson/3983abc0e405ef9aab96 to your computer and use it in GitHub Desktop.
Budo with iframe
console.log('oh snap!')
{
"name": "iframed",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "budo index.js -lv --port 4000 & open parent.html"
},
"license": "MIT",
"devDependencies": {
"budo": "^8.0.4"
}
}
<iframe src="http://localhost:4000"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment