gobook serve
Starts a local development server to preview your GoBook in real-time.
Usage
gobook serve [options]
Options
-a, --addr
: Server address (default:localhost:8080
)
Description
The serve
command starts a local web server that allows you to preview your book during development. The server automatically compiles your Markdown pages and serves them with the applied templates and styling.