Skip to content

Instantly share code, notes, and snippets.

@chrisdias
Last active June 10, 2020 20:03
Show Gist options
  • Save chrisdias/4f7fa0c3c2655ca58b590a7c25fb96d4 to your computer and use it in GitHub Desktop.
Save chrisdias/4f7fa0c3c2655ca58b590a7c25fb96d4 to your computer and use it in GitHub Desktop.
myapp
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>hello</div>
</body>
</html>
{
"scripts": [],
"styles": []
}
myFunc('hello');
function myFunc(msg:string) {
console.log(msg);
}
div {
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment