Skip to content

Juan-Garcia1/tvmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tvmdb

Search for your favorite movies and TV shows!

Built with React, Redux, react-router-dom, netlify lambda functions and themoviedb api

Run the functions dev server

npm run start:functions

Run the dev app server

npm run start:app

Start both servers at once

npm run start