movx
Simple react app that lets you browse for your favorite movies, tv shows, and actors. Built with react js | TMDB api
Install Dependencies
$ npm install
Get API key
Login to TheMovieDB to get your api key. Login here
Create a .env file in the root of your project folder and name it .env.development and add the following
TMDB_KEY=[yourapikey]
Run development server
$ npm run dev-server
Build the project
$ npm run build