Launch a local development server for your data app.
preswald run
preswald run
command launches a local development server for your application, enabling you to test and interact with your app in a browser.
The command will run the script defined in the entrypoint in the preswald.toml
.
port
(int):log-level
(str):disable-new-tab
(bool):preswald
starts a local development server using the specified Python script. This allows you to quickly preview and debug your app in a controlled environment.
localhost
, which is a local server accessible only from your machine. Use the provided URL to interact with your app through a browser.
Ctrl+C
in the terminal where the command is running.
preswald
will provide helpful error messages to guide you.
preswald run
command to test, iterate, and debug your app effortlessly in a local environment.