/ember-calculator

Basic Javascript calculator using Ember App Kit

Primary LanguageJavaScript

Ember Calculator

Simple JS calculator written in Ember.js, built with Ember App Kit.

Try it out at http://jmmk.github.io/ember-calculator

screenshot

Building

Clone this repo, cd in the new directory, then:

npm install

To run a local server:

grunt server

Then visit:

localhost:8000

in your browser to use the calculator