This is a simple node/gulp.js build designed to help make developing Framer.js prototypes a bit easier. So far this only works with Sketch Framer output.
index.htmlautomatically refreshes whenever changes are saved toapp.js- Prototypes are accessible to other devices on your local network (use
ifconfigto get the IP)- These devices are also automatically refreshed when changes are made to
app.js
- These devices are also automatically refreshed when changes are made to
You'll need to have node & grunt.js installed (this guide is a good starting point).
- Clone this repo into the same folder as your Sketch Framer output
npm installto grab the node dependencies- Run the
gulpcommand - It's happening!
