Skip to content
A Framer.js template for Middleman
Ruby CoffeeScript
Find file
Failed to load latest commit information.
source Upgrade Framer
.gitignore Basic middleman app
Gemfile Basic middleman app
Gemfile.lock Basic middleman app
LICENSE.md Add LICENSE.md
README.md Link to related projects
config.rb Basic middleman app

README.md

middleman-framer

A basic template for Framer applications with Middleman.

Start a new Framer app

gem install middleman
git clone https://github.com/bleikamp/middleman-framer ~/.middleman/framer
middleman init my_new_framer_project --template=framer
cd my_new_framer_project

Run the application with middleman server

Start editing my_new_framer_project/source/app.coffee to start adding views.

Why is this interesting?

Middleman gets you a ton of things for free that will help organize your Framer prototypes:

  • Use CoffeeScript, Sass, ERB or anything else that you like that works with Sprockets (which is almost everything).
  • Break up JavaScript into small, reusable components and use require to include what you need in app.coffee
  • Publish to GitHub Pages (or anywhere using Jekyll) and send your team URLs for mocks and prototypes.
Something went wrong with that request. Please try again.