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

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

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
```