This is a simple gulp.js build designed to help make developing Framer.js prototypes a bit easier.
- Opens a new browser window pointed at
index.html
(localhost:4000 by default) index.html
automatically refreshes whenever changes are saved toapp.js
- Prototypes are accessible to other devices on your local network (
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).
npm install
to grab the Node dependenciescd
into the project and run thegulp
command- It's happening!
Add node-open