All Projects → heroku → ember-js-getting-started

heroku / ember-js-getting-started

Licence: other
This project is deprecated.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

ember-js-getting-started

A barebones Ember.js app, which can easily be deployed to Heroku using the open source Heroku Ember Buildpack.

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:heroku/ember-js-getting-started.git this repository
  • cd ember-js-getting-started
  • yarn

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn run lint:hbs
  • yarn run lint:js
  • yarn run lint:js -- --fix

Building

Deploying to Heroku

$ heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
$ git push heroku master
$ heroku open

or

Deploy

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].