This app is a demo of searching movies at the MovieDb. It's only for code demostration purposes.
You can see a demo here.
- First you need to clone the code locally and then inside the project's folder you can run:
npm start
to run the local development servernpm run build
to create a production ready codenpm run test
to run all the tests