For development purposes you can serve your application on localhost using just PHP CLI.
Serving on localhost
- Enter the public directory in cmd
cd public
- Serve application using PHP serve
php -S localhost:2000
Your sapphire application is avaliable at: http://localhost:2000