The Sprinter is Todo list application.
- Must be on Mac OSX
- SketchApp
- Kactus (Generate sketch files, Version control)
- sketch-preview (If you don't have Sketchapp)
# install sketch-preview cli tool globally
npm install sketch-preview -g
# install dependencies
npm install
# generated site via cli tool
sketch-preview --input=./sketch/iOS/sprinter_iOS.sketch --open
# task runner
gulp export
or you can just regenerate .sketch file with Kactus