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.html
automatically refreshes whenever changes are saved toapp.js
- Prototypes are accessible to other devices on your local network (use
ifconfig
to 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 install
to grab the node dependencies- Run the
gulp
command - It's happening!