Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omarefg/cachubana


https://github.com/omarefg/cachubana

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cachubana

### Demo

Puedes acceder al demo [aca](https://frubanafrontend.omarefg.now.sh/)

### Requisitos
* nodejs
* yarn o npm

### iniciar el proyecto
* clonar el repositorio:

``` bash
$ git clone https://github.com/omarefg/cachubana.git
```
* instalar dependencias
``` bash
$ cd cachubana
$ yarn install
```
* iniciar el servidor
``` bash
$ yarn start
```