mutewinter / why_ember

Why should I use Ember.js? A presentation about Ember.js built with Ember.js.

Home Page:http://mutewinter.github.com/why_ember

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why Ember?

Why should I use Ember.js? JavaScript MVC frameworks are plentiful. In this presentation I will give you some compelling reasons to consider Ember.

View the Presentation

Running Locally

This presentation is built using Brunch.io, which compiles the CoffeeScript, Handlebars templates, and Stylus stylesheets.

Depdendancies

  • Node brew install node
  • Brunch npm install -g brunch

Setup Brunch

You'll need to install the plugins required for this project.

  npm install

Starting the Server

Run this command inside the why_ember folder.

  brunch watch --server

Now open http://localhost:3333. Whenever you make a change to a file the browser will be automatically refreshed. Thanks auto-reload-brunch!

Libraries and Frameworks Used

About

Why should I use Ember.js? A presentation about Ember.js built with Ember.js.

http://mutewinter.github.com/why_ember


Languages

Language:CoffeeScript 67.0%Language:CSS 33.0%