/front-end-bootcamp

Projeto exemplo que usaremos do segundo bootcamp, sobre Front-end

Primary LanguageJavaScript

  1. coloque sua omdbapi key nesse arquivo
/src/stores/MovieStore/index.js
const API_URL = 'http://www.omdbapi.com/?apikey={YOUR_API_KEY}';
  1. run yarn install

  2. run yarn start