Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annygutierrez/finderchallenge
Project carried out for the El Grupo El Comercio challenge.
https://github.com/annygutierrez/finderchallenge
gulp-cli nodejs pug rupture stylus
Last synced: 20 days ago
JSON representation
Project carried out for the El Grupo El Comercio challenge.
- Host: GitHub
- URL: https://github.com/annygutierrez/finderchallenge
- Owner: annygutierrez
- Created: 2018-04-14T16:05:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T07:45:36.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T14:12:40.709Z (3 months ago)
- Topics: gulp-cli, nodejs, pug, rupture, stylus
- Language: JavaScript
- Homepage:
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Finder Challenge
## Contenido
Este desafío contiene las siguientes herramientas:
- [Gulp](http://gulpjs.com/)
- [Pug](https://pugjs.org/api/getting-started.html)
- [Stylus](http://stylus-lang.com/)
- [rupture](http://jescalan.github.io/rupture/)
## Requisitos previos
Se requiere tener las últimas versiones instaladas de:
- [nodejs - recomendable v.5.0.0](https://nodejs.org/es/)
- [bower - recomendable v.1.8.x](https://bower.io/)
- [gulp-cli de forma global](http://gulpjs.com/)
## Cómo desarrollarlo
Para desarrollar esta aplicación se debe trabajar en la carpeta **src**.
A la vez, se debe tener en cuenta para el desarrollo:
- [Los lineamientos técnicos](https://bitbucket.org/unt_taller_es/finderchallenge/wiki/Lineamientos%20t%C3%A9cnicos)
- [La distribución de archivos](https://bitbucket.org/unt_taller_es/finderchallenge/wiki/Estructura%20de%20directorios%20y%20archivos)
- [La estructura del archivo books-schema.json](https://bitbucket.org/unt_taller_es/finderchallenge/wiki/Estructura%20del%20archivo%20books-schema.json)
- [Las tareas de gulp en el desafío](https://bitbucket.org/unt_taller_es/finderchallenge/wiki/Tareas%20de%20gulp)
Lo preferente es desarrollar con el menor uso de librerías de terceros, en caso se necesite, se tiene esta guía:
- [Instalación de librerías terceras](https://bitbucket.org/unt_taller_es/finderchallenge/wiki/Instalaci%C3%B3n%20de%20librer%C3%ADas%20terceras)
## Cómo visualizarlo
Para visualizar la aplicación, ejecutar los siguientes comandos en consola:
```
npm installbower install
gulp build
gulp server
```
El último comando indicado iniciará la aplicación en la dirección url **http://localhost:8089**