https://github.com/tonysantana1492/repo-browser-github
https://github.com/tonysantana1492/repo-browser-github
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonysantana1492/repo-browser-github
- Owner: tonysantana1492
- Created: 2022-06-21T16:37:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T16:42:24.000Z (over 3 years ago)
- Last Synced: 2023-03-05T05:27:21.585Z (over 2 years ago)
- Language: JavaScript
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Guía de Uso
Primero, instale las dependencias:
```bash
npm install
# or
yarn install
```Segundo, corra el servidor de desarrollo:
```bash
npm start
# or
yarn start
```