0x48piraj / EmberCalculator

A semi-scientific Calculator. My first ember.js application :rocket::fire:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Calculator in Ember.JS

HitCount

calc-demo

Running / Run Tests / Building / Deploying

Prerequisites

Running / Development

Deploying

Surge.sh

image

Heroku

image image

Note :
$ heroku create --buildpack https://github.com/tonycoco/heroku-buildpack-ember-cli.git

Creating app... !
 !    You've reached the limit of 5 apps for unverified accounts. Delete some
 !    apps or add a credit card to verify your account.

gh-pages

I was not able to deploy using gh-pages

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

About

A semi-scientific Calculator. My first ember.js application :rocket::fire:


Languages

Language:HTML 70.6%Language:JavaScript 22.7%Language:CSS 6.6%