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.
You will need the following things properly installed on your computer.
git clone https://github.com/MaazAli/tbbr-client.git
this repository- change into the new directory
npm install
bower install
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
To run the testing suite for the application
ember test
ember test --server