- Git
- Node.js (with NPM)
- Ember CLI
- Google Chrome
git clone https://github.com/0x48piraj/advanced-calculatorcd advanced-calculatornpm installember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.

$ 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.
I was not able to deploy using
gh-pages
ember testember test --server
ember build(development)ember build --environment production(production)



