Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

ofstudio/sketch-liveserver

Repository files navigation

sketch-liveserver

Serves artboard previews from Skala Preview Sketch Plugin across network via http. Live reload supported via BrowserSync.

Installation

  1. Install NodeJS 8 or higher
  2. cd sketch-liveserver
  3. Run npm install
  4. Install Scala Preview and Skala Preview Sketch Plugin

Run

  1. Run ./sketch-liveserver
  2. Run Skala Preview application
  3. Create new Sketch document and at least 1 artboard within it (or open existing document)
  4. Enable Preview: Plugins > Sketch Preview > Toggle Auto Preview
  5. Toggle Auto Preview: Plugins > Sketch Preview > Preview
  6. Open http://localhost:3000 in your browser