Live Reload in WingTip

WingTip includes a development server with automatic rebuild and browser refresh on save. This makes local authoring fast and seamless.

How It Works

Run the Dev Server

pip install livereload
python wingtip/serve.py

This will:

Notes