Skip to content

A simple example application of a "blog" using Ember with EmberFire

License

Notifications You must be signed in to change notification settings

yiom/blog-class

Repository files navigation

Blog

Blog is a simple application example of a blog using EmberJS with EmberFire. You can visit our Live Demo

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
  • bower install

Running / Development

Further Reading / Useful Links