/ember-paper-blog

Template for a blog created as practice with Ember

Primary LanguageJavaScript

Blog

A blog template created as practice with objects and routing in Ember. Also involved practice with using the Ember Paper add-on.

Prerequisites

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

Installation

  • git clone this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Building

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

Further Reading / Useful Links