Installation
No install required. Run xpose directly with npx.
Quick start
Expose a local server running on port 3000:
npx xpose-dev 3000Global install (optional)
If you prefer a shorter command, install globally:
npm install -g xpose-devThen run it directly:
xpose-dev 3000Verify
Check that it installed correctly:
xpose-dev --version