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

https://github.com/benjaminpla/rickandmorty


https://github.com/benjaminpla/rickandmorty

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rick and Morty | Client

## [Pla Benjamin](https://www.linkedin.com/in/benjamin-pla/)

### Step by step

1. Clone GitHub repository. _Run this command on your console_

```
git clone https://github.com/benjaminPla/rickandmorty.git
```

2. Install all necessary packages. _Run this command on your console_

```
npm i || yarn
```

3. Serve. _Run this command on your console_

```
npm run serve
```

4. Open proyect in your browser.

```
http://localhost:8080/
```