Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarefg/cachubana
https://github.com/omarefg/cachubana
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/omarefg/cachubana
- Owner: omarefg
- Created: 2019-11-14T16:56:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:09:07.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T09:26:03.895Z (almost 2 years ago)
- Language: TypeScript
- Homepage: cachubana-git-master.omarefg.vercel.app
- Size: 4.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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
```