Initial Commit - Fixed the 'npm run dev' command issue. Original script doesn't build files when changed.

This commit is contained in:
Indrajith K L
2018-02-15 14:24:00 +05:30
commit 506c63b251
11 changed files with 2118 additions and 0 deletions

16
public/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Svelte app</title>
<link rel='stylesheet' href='global.css'>
<link rel='stylesheet' href='bundle.css'>
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>