Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
larserikfinholt committed Nov 16, 2023
1 parent 4b84ccf commit 83e58b1
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 44 deletions.
235 changes: 192 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "vanilla-basic",
"version": "1.0.0",
"scripts": {
"scripts": {
"start": "sirv ./src public --cors --single --no-clear --port 8000"
},
"dependencies": {
"sirv-cli": "^2.0.2"
}
}
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<body>
<main>
<h1>Vanilla JavaScript App</h1>
<p>Kommer snart...</p>
</main>
</body>

Expand Down

0 comments on commit 83e58b1

Please sign in to comment.