serve
php mitosis serve
php mitosis serve --port=9000
Starting development server at http://127.0.0.1:8000
Binds PHP's built-in server, rooted at public/, using public/router.php as the front controller when it exists:
'/path/to/php' -S '127.0.0.1:8000' -t '/path/to/public' '/path/to/public/router.php'
Blocks until killed — this is a development convenience only, per Deployment, not a production server.
Next steps
- Deployment — what actually runs a Monad app in production.