EmberLondon Project Night of Thursday, 16th of June 2016, Hosted by and at ShowMyHomework.
Football Predictor game. Based on BBC's football predictor.
You will need the following things properly installed on your computer.
git clone https://github.com/emberlondon/predictor-frontend.git
this repositorycd predictor-frontend
npm install
bower install
The app has a custom api which you can download here: https://github.com/emberlondon/predictor-api
Before running the app, you will have to complete the installation of the custom api.
ember server --proxy=http://localhost:3000
- Visit your app at http://localhost:4200.
ember test