Skip to content
Latchkey

Dev Server - CI/CD Glossary Definition

A dev server serves your app locally with fast rebuilds and live updates while you develop.

A dev server is a local HTTP server that serves an app during development, rebuilding on change and often supporting hot module replacement. Examples include webpack-dev-server and the Vite dev server.

The dev server watches files, recompiles incrementally, and pushes updates to the browser via HMR. It is a development-time tool and is not deployed. In CI you generally run a production build instead, though end-to-end tests may start a preview server.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →