https://github.com/jhta/backbone-lab
Reto para Platzi
https://github.com/jhta/backbone-lab
Last synced: 26 days ago
JSON representation
Reto para Platzi
- Host: GitHub
- URL: https://github.com/jhta/backbone-lab
- Owner: jhta
- Created: 2015-06-30T07:04:09.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-06-30T20:45:29.000Z (about 11 years ago)
- Last Synced: 2025-03-12T16:45:04.502Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://jhta.github.io/backbone-lab/
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backbone-lab
En la apiciación permite buscar juegos por su nombre, agregarlos a una lista de juegos actuales o a un historial de juegos,
en el cual podemos ver los juegos que ya terminamos, los que estamos jugando y con los que estamos pendientes.
Use:
* Browserify
* Gulp
* Stylus
* Backbone
* Materialize
Consumo un [API](https://www.mashape.com/cosmin/ign-com-video-games-rating#) con un unico endpoint el cual recibe un texto
y me retorna los videojuegos cuyo titulo contengan este texto.
###Instalar dependencias
npm install
###Correr en desarrollo
npm start
Esto te habilitará un servidor con livereload que correra por [http://localhost:8000](http://localhost:8000).
Se generará el contenido listo para subir a la web en el folder 'dist'
Si quiere generar este contenido sin necesecidad de ejecutar el servidor:
gulp build