Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benadamstyles/the-movie-db
Search the movie database
https://github.com/benadamstyles/the-movie-db
Last synced: 4 days ago
JSON representation
Search the movie database
- Host: GitHub
- URL: https://github.com/benadamstyles/the-movie-db
- Owner: benadamstyles
- Created: 2018-10-14T14:00:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T14:23:29.000Z (about 6 years ago)
- Last Synced: 2024-12-03T15:46:23.121Z (20 days ago)
- Language: JavaScript
- Homepage: https://heuristic-boyd-48ab04.netlify.com/
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Movie DB
This app, currently available at https://heuristic-boyd-48ab04.netlify.com/, allows you to search the database at https://www.themoviedb.org/.
## How to run
In the project directory, you can run the following tasks to interact with the development environment:
### `yarn start` or `npm start`
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.### `yarn test` or `npm test`
Launches the test runner ([jest](https://jestjs.io/))in the interactive watch mode.
### `yarn build` or `npm run build`
Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.