begin dev
Starts the local development server
begin dev
npx begin dev
Options
-
--host
- Configure the host the dev server will listen on.
localhost
by default. -
-p
,--port
- Configure the dev server's HTTP port.
3333
by default. -
-v
,--verbose
- Enable verbose output
-
--disable-symlinks
- Advanced: Disable shared code symlinking
Examples
Start the Begin dev server
begin dev
npx begin dev
Start the dev server on port 6666
begin dev --port 6666
npx begin dev --port 6666