This is an example to show how to use Solid.js with Deno. It uses ESBuild under the hood instead of Vite.
At the time of updating this (11/3/2023), this example does not support Live Reload or HMR of any sort, when I get time in future I'll get around to adding it. In the meantime, best bet is to setup a FS Watcher and Event over WebSockets for reloading yourself by referring to ESBuild Docs' Live Reload Section.
build: Builds theindex.tsxfile and outputs it to/public/index.js.serve: Builds usingbuildcommand and then serves thepublicdirectory tolocalhost:8000.
Licensed under the MIT License.