dgeb / ember-engines-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Engines Demo Build Status

This is a simple demo of the ember-engines addon.

This app makes use of the following engines:

  • ember-blog-engine - an example of a routable engine that is contained in a separate addon repo.

  • ember-chat-engine - an example of a route-less engine that is an in-repo addon.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install

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

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

License

Copyright 2015 Dan Gebhardt. MIT License (see LICENSE.md for details).

About

License:MIT License


Languages

Language:JavaScript 78.9%Language:HTML 21.1%