Created
February 25, 2016 20:33
-
-
Save timhudson/3983abc0e405ef9aab96 to your computer and use it in GitHub Desktop.
Budo with iframe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('oh snap!') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="http://localhost:4000"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment