From eb23361f535fc32e76c71a4ff2c564199bf55a28 Mon Sep 17 00:00:00 2001 From: Lars Berger Date: Wed, 11 Sep 2024 20:52:33 +0800 Subject: [PATCH] feat: add helper message for running solid-ts example --- examples/boilerplates/solid-ts/dist/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/boilerplates/solid-ts/dist/index.html diff --git a/examples/boilerplates/solid-ts/dist/index.html b/examples/boilerplates/solid-ts/dist/index.html new file mode 100644 index 00000000..5c6c9a50 --- /dev/null +++ b/examples/boilerplates/solid-ts/dist/index.html @@ -0,0 +1,15 @@ + + + + + + Zebar + + +

+ Boilerplate for SolidJS with TypeScript. Run npm i and + npm run dev in the solid-ts directory to + run this example. +

+ +