/tbbr-client

tbbr's front-end application built with Ember

Primary LanguageJavaScript

tbbr-client

This README outlines the details of collaborating on this Ember application. This repository holds the code for the front-end of http://tbbr.me/. Which is built on top of Ember.

Prerequisites

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

Installation

  • git clone https://github.com/MaazAli/tbbr-client.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

  • ember server
  • Visit your app at http://localhost:4200.
  • You will also need to start the back-end application at localhost:8080
  • The apiHost can be customized in the config/environment.js file

Running Tests

To run the testing suite for the application

  • ember test
  • ember test --server