• Blog
  • Docs
  • Updates
Webda
Docs Menu
  • Quick start
    • Tutorials
  • Develop
    • Authentication
    • Binaries
    • Custom
    • Mailer
    • Models
    • Polymer
    • Queues
    • Stores
  • Deploy
    • AWS
    • Docker
    • Configuration Resolution
    • Local
    • WeDeploy

Local Guide

Run a NodeJS Express server to serve your API.

Overview

webda serve [-d deploymentName] [--devMode]

You can specify a deploymentName to serve API with the deployment configuration

You can disable CORS by adding a --devMode

Contribute on Github! Edit this section.