Skip to content

Instantly share code, notes, and snippets.

@mrmlnc
Created October 26, 2015 19:48
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 mrmlnc/8e47c46d30d198e51d74 to your computer and use it in GitHub Desktop.
Save mrmlnc/8e47c46d30d198e51d74 to your computer and use it in GitHub Desktop.
NW.js test v0.12.3
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>My first node-webkit application</title>
</head>
<body>
Content
</body>
</html>
{
"name": "node-webkit-nodepad",
"main": "app.html",
"version": "0.1.0",
"window": {
"title": "NodePad",
"toolbar": false,
"frame": false,
"width": 800,
"height": 500,
"min_width": 400,
"min_height": 200,
"position": "center"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment