Serve a local web server for the editor
pxt serve
Force build native images with local tooling
Set the browser to launch on web server start
Start the server without launching a browser
do not monitor serial devices
Include source maps when building ts files
Serve packaged
forces build to happen in the cloud
just serve without building
hostname to run serve, default localhost
port to bind server, default 3232
port to bind websocket server, default 3233
The local web server is meant for development purposes.
pxt tool