A barebones Ember.js app, which can easily be deployed to Heroku.
This app is deployed as a static app, if you would like to try a one click deploy of a FastBoot app check out this branch.
You will need the following things properly installed on your computer.
$ git clone [email protected]:heroku/ember-js-getting-started.git
$ cd ember-js-getting-started
$ yarn install
$ ember server
Your app should now be running on localhost:4200.
$ heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
$ git push heroku master
$ heroku open
or
- Heroku Ember.js Buildpack
- ember.js
- ember-cli
- Development Browser Extensions