Installation

No install required. Run xpose directly with npx.

Quick start

Expose a local server running on port 3000:

npx xpose-dev 3000

Global install (optional)

If you prefer a shorter command, install globally:

npm install -g xpose-dev

Then run it directly:

xpose-dev 3000

Verify

Check that it installed correctly:

xpose-dev --version