/ember-playground

Simple ember project following the quickstart guide.

Primary LanguageJavaScript

ember-playground

Very simple app following the quickstart tutorial. I added this on Github just... Because? I mean I may need this someday.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-pg
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links