Skip to content

Instantly share code, notes, and snippets.

@fronteer-kr
Created February 6, 2015 06:39
Show Gist options
  • Save fronteer-kr/490585694fd82a7951bc to your computer and use it in GitHub Desktop.
Save fronteer-kr/490585694fd82a7951bc to your computer and use it in GitHub Desktop.
node-webkit HelloWorld
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<h2>여러분 안녕하세요</h2>
We are using node.js <script>document.write(process.version)</script>.
</body>
</html>
{
"name": "nw-demo",
"main": "index.html",
"version": "0.1.0",
"window" : {
"frame": true,
"toolbar" : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment