Built using:
- React
- React router
- Bulma
- themoviedb.org API
- First of all, you need to copy
.env.example
to an actual.env
file and fill the values - You'll also need a backend running with the API, you can use the complementary repo that has everything you need
- If using yarn, then just run
yarn
in this repo's folder - Finally just run
yarn start
ornpm start
to run the react app