Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mathleite/marvel-heroes
- Owner: mathleite
- Created: 2019-03-26T07:00:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:15:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T20:56:32.083Z (over 1 year ago)
- Topics: marvel, marvel-api, netlify, vuejs, vuetify
- Language: Vue
- Homepage: https://heroes-marvel.netlify.com/
- Size: 5.43 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marvel Heroes
*App:* https://heroes-marvel.netlify.com/
## SetupYou 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
```