https://github.com/developaul/rick-morty-react
RICK & MORTY App: React
https://github.com/developaul/rick-morty-react
Last synced: about 1 year ago
JSON representation
RICK & MORTY App: React
- Host: GitHub
- URL: https://github.com/developaul/rick-morty-react
- Owner: developaul
- Created: 2021-04-18T05:12:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T03:42:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T17:11:21.551Z (about 1 year ago)
- Language: JavaScript
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rick & Morty App: React
## Notas:
Para reconstruir los módulos de node se debe de ejecutar este comando
```
yarn
```
Para levantar el servidor para desarrollo se debe de ejecutar este comando
```
yarn start
```
Para buildear la aplicación debe de ejecutar este comando
```
yarn build
```