Skip to content

Commit

Permalink
feat: add helper message for running solid-ts example
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Sep 11, 2024
1 parent 14e241e commit eb23361
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/boilerplates/solid-ts/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Zebar</title>
</head>
<body>
<p>
Boilerplate for SolidJS with TypeScript. Run <code>npm i</code> and
<code>npm run dev</code> in the <code>solid-ts</code> directory to
run this example.
</p>
</body>
</html>

0 comments on commit eb23361

Please sign in to comment.