DocsResourcesBlog
  • Introduction
    • Why Stencil
    • Goals and Objectives
    • Browser Support
    • Getting Started
    • My First Component
    • FAQ
    • What is a Design System?
    • Stencil for Design Systems
  • Components
    • API
    • Component
    • Lifecycle Methods
    • Properties
    • Internal State
    • Reactive Data
    • Using JSX
    • Events
    • Methods
    • Host Element
    • Styling
    • Functional Components
  • Framework Integrations
    • Overview
    • Bindings
    • Angular
    • React
    • Vue
    • Ember
    • JavaScript
  • Static Site Generation
    • Overview
    • Prerender Config
    • Basics
    • Debugging
    • Meta tags
    • Server Side Rendering
    • Deployment
  • Config
    • Overview
    • Dev Server
    • Plugins
    • Extras
    • CLI
  • Output Targets
    • Overview
    • dist-custom-elements-bundle
    • dist
    • www
    • docs-readme
    • docs-json
    • docs-custom
    • Copy Tasks
  • Guides
    • Web Workers
    • Hydrate App
    • Bundling
    • Typed Components
    • Forms
    • Local Assets
    • Style Guide
    • Service Workers
    • Stencil Store
  • Testing
    • Overview
    • Config
    • Unit Testing
    • End-to-end Testing
    • Mocking
    • Visual Screenshot Diff
  • Core Compiler API
    • Compiler API
    • CLI API
    • Dev Server API
  • Community
    • Stencil on Twitter
    • Stencil on Slack
    • Stencil on GitHub

Stencil Core Dev Server API

The CLI API can be found at @stencil/core/dev-server.

startServer()

startServer(devServerConfig: DevServerConfig, logger: Logger): Promise<DevServer>
Back
Contributors
Contents
  • startServer()
Submit an edit

© 2020 StencilJS. Released under MIT License

>