Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mathleite/marvel-heroes

Project created for academic purposes.
https://github.com/mathleite/marvel-heroes

marvel marvel-api netlify vuejs vuetify

Last synced: about 12 hours ago
JSON representation

Project created for academic purposes.

Awesome Lists containing this project

README

        

# Marvel Heroes

*App:* https://heroes-marvel.netlify.com/
## Setup

You need to have a [Yarn](https://yarnpkg.com/pt-BR/) package and you can install it [here](https://yarnpkg.com/pt-BR/docs/install).

*If you already have the [Yarn](https://yarnpkg.com/pt-BR/) package:*

Run the following code to **install all dependencies**.
```
yarn or yarn install
```

After that, you need to run the following code to **start** the application.
```
yarn serve
```