https://github.com/rangle/react-native-netflix-clone
Basic Netflix clone app built with React Native
https://github.com/rangle/react-native-netflix-clone
Last synced: 11 months ago
JSON representation
Basic Netflix clone app built with React Native
- Host: GitHub
- URL: https://github.com/rangle/react-native-netflix-clone
- Owner: rangle
- Created: 2021-01-18T15:46:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T20:42:30.000Z (over 5 years ago)
- Last Synced: 2025-04-10T16:49:53.255Z (about 1 year ago)
- Language: TypeScript
- Size: 1.15 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone
The goal is to build a clone app with the purpose of practice developing a mobile application using React Native.
## Installation
* `npm install` from project folder
* add a `.env` file to the root directory with an entry for your api key (`MOVIES_DB_API_KEY=YOUR-API-KEY-HERE`)
## Running app locally
Follow [documentation](https://reactnative.dev/docs/environment-setup) to setup your environment to run ios and/or android virtual devices.
* `npm start`
* `npm run ios`
* `npm run android`