/ember-authentication-tutorial

Tutorial Code to learn authentication with Torii

Primary LanguageJavaScript

Ember Authentication Tutorial.

This repository is built to follow this tutorial here.

http://www.programwitherik.com/emberjs_2-0_example_app_with_firebase/

But I've had a lot of configuration errors along the way. I suspect the tutorial is just a little old.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd blog
  • 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