Googlanime Frontend is the frontend of the project Googlanime
This project aims to provide a clear and nice interface to whoever is seeking for anime/manga information.
This is a Simple interface using Ember.JS that allows a user to search for animes/mangas/podcasts. It implements the following features :
- Sign in with google/facebook/github using torii library
- Ember QueryParams and Ember data
- Communicates with Googlanime backend
- Install Node.js: http://www.nodejs.org/. The used version can be found in the
package.json
file. - Install bower :
npm install -g bower
- Clone the repository
cd
to the created directory.- Get all Node dependencies through npm:
npm install
- Get all client dependencies through bower:
bower install
- Install ember-cli
npm install -g ember-cli
- Start the application
ember server
- Browse to http://localhost:4200/search