Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 376 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 376 Bytes

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