Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusfd3/watch-me-react
WatchMe é um projeto para salvar filmes que eu gostaria de assistir um dia.
https://github.com/matheusfd3/watch-me-react
2021 reactjs webpack
Last synced: about 1 month ago
JSON representation
WatchMe é um projeto para salvar filmes que eu gostaria de assistir um dia.
- Host: GitHub
- URL: https://github.com/matheusfd3/watch-me-react
- Owner: matheusfd3
- License: mit
- Created: 2021-04-20T00:08:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T19:19:14.000Z (about 3 years ago)
- Last Synced: 2024-04-28T05:50:02.925Z (8 months ago)
- Topics: 2021, reactjs, webpack
- Language: TypeScript
- Homepage:
- Size: 549 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introdução
WatchMe é um projeto para salvar filmes que eu gostaria de assistir um dia.
## Primeiro Acesso
### Clonando o projeto
```
$ git clone https://github.com/matheusfd3/watch-me-react.git
```
### Baixando as dependências
Na pasta do projeto execute o comando abaixo com o [Yarn](https://yarnpkg.com/lang/pt-br/).
```
$ yarn install
```
### Fake API com JSON Server
Vamos utilizar o JSON Server para simular uma API que possui as informações de gêneros e filmes.
```
$ yarn server
```
### Rodando no localhost
```
$ yarn dev
```
Acesse [http://localhost:8080/](http://localhost:8080/).
### **Imagem**