This is RMDB web app made with TMDB API. Getting Started First, install the dependencies: yarn install Start development build yarn dev Open http://localhost:3000 with your browser to see the result. Build To build the app, run: yarn build and then start the build bundle: yarn start