https://github.com/benjaminpla/rickandmorty
https://github.com/benjaminpla/rickandmorty
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminpla/rickandmorty
- Owner: benjaminPla
- Created: 2021-11-18T11:50:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T15:11:11.000Z (over 2 years ago)
- Last Synced: 2025-02-06T20:02:16.898Z (4 months ago)
- Language: Vue
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```