Skip to main content
Module

x/udibo_react_app/dev.ts>startDev

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
Latest
function startDev
import { startDev } from "https://deno.land/x/udibo_react_app@0.19.0/dev.ts";

Starts a file watcher for triggering new builds to be generated. When changes are made, the app will be re-built and the app will be restarted. Any active browser sessions will be reloaded once the new build is ready and the app has been restarted.

Parameters

optional
unnamed 0: DevOptions = [UNSUPPORTED]