Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

heroku/ember-js-getting-started

Repository files navigation

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

About

This project is deprecated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published