Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/udibo_react_app/dev.ts>startDev

A React Framework for Deno
Go to Latest
function startDev
import { startDev } from "https://deno.land/x/udibo_react_app@0.1.1/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]