Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 543 Bytes

ReadMe.md

File metadata and controls

18 lines (12 loc) · 543 Bytes

NetClone

A simple netflix like app leveraging the movie database api at https://themoviedb.org

Languages and Tools

  1. React
  2. GraphQL
  3. Node-Sass
  4. HTML5 & CSS3

To test the application locally, clone the repo and run 'npm install'

Set up your .env.development file to have an API_KEY property set to your tmdb api key;

Run 'npm run build:test' to command webpack to build the required files into the dist folder

Run 'npm start' to initiate the GraphQL Server.

Access localhost:5000 to view the application