KyleJune / deno-tailwind-ui-react-example

An example of how you can use Tailwind UI and React with Deno
20 stars 5 forks source link

Add live reloading #6

Closed KyleJune closed 2 years ago

KyleJune commented 2 years ago

Currently I have make commands for running and bundling. I'd like to make development easier by having the web application automatically reload when the server restarts or a public file changed since the page initially rendered. It should run deno bundle with watch flag so that the public/main.ts file is updated whenever a change is made to the react code.