- Git
- Node.js (with NPM)
- Ember CLI
- Google Chrome
git clone https://github.com/0x48piraj/advanced-calculator
cd advanced-calculator
npm install
ember 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 test
ember test --server
ember build
(development)ember build --environment production
(production)