Complete setup for local web development with automated file synchronization to remote server. This configuration allows you to:
- Develop locally with full IDE features and build tools
- Compile SCSS/JS assets locally
- Sync all changes (source files + compiled assets) to remote server via SSH
- No need for FTP/SFTP - works with SSH-only access
- Perfect for staging/live servers where you can't install Node.js
- File watcher that syncs changes in real-time