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

https://github.com/filipenevola/wantch

App to manage Movies that you want to Watch: Wantch
https://github.com/filipenevola/wantch

meteor react

Last synced: 2 months ago
JSON representation

App to manage Movies that you want to Watch: Wantch

Awesome Lists containing this project

README

        

# Wantch

App to manage Movies that you want to Watch.

I created this project to teach Meteor, React, PWA in [Setec18](https://www.even3.com.br/setec18) in Brazil.

## How to install

```bash
meteor npm install -g yarn
meteor yarn install
```

## How to run

```bash
meteor yarn start
```

## How to deploy

```bash
meteor deploy .meteorapp.com --free --mongo
```

[Read more](https://cloud-guide.meteor.com/deploy-quickstart.html)

## License: MIT