Start local server and preview the converted Webflow page
Starts a local HTTP server to preview converted Webflow pages with CMS content.
/plugin marketplace add gutitrombotto/webflow-to-self-served-page/plugin install webflow-to-self-served-page@webflow-pluginsport-numberStart a local HTTP server to preview the converted Webflow page.
Port: $ARGUMENTS (if provided, otherwise try 8080, 8081, 8082, etc.)
Verify that conversion has been completed:
data/ directory exists with JSON filesjs/cms-loader.js existsIf not found, suggest running /webflow-convert first.
Try to start Python HTTP server:
python3 -m http.server PORT
If port is in use, try the next port automatically.
๐ Local Server Started
๐ Preview URL: http://localhost:PORT
๐ Serving from: /path/to/directory
๐ Testing Checklist:
- [ ] Open the URL in your browser
- [ ] Check browser console for CMS loader logs
- [ ] Verify all sections display content
- [ ] Test "ver mรกs" buttons (if applicable)
- [ ] Check mobile responsive design
๐ก Tips:
- Hard refresh (Ctrl+F5) if content doesn't appear
- Check console for "[CMS Loader]" messages
- Images should load from CDN URLs
๐ To stop the server: Press Ctrl+C in the terminal
The server will run in the background. User can check output with appropriate commands.
Note: This command assumes conversion is already complete. Run /webflow-convert first if needed.