Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.22 KB

Project - Netflix Landing Page

This project is a clone of the Netflix landing page (10/02/2018) built with React 16 Components.

Tools used to aid the Front-end work were Styled Components, React Developer Tools and Webpack for compiling SASS after ejecting.

Site Preview

Site Preview

Usage

This project was bootstrapped with Create React App

Deployed

Deployed via Surge at https://netflix-lp-clone.surge.sh

Instructions

Install

$ yarn install

Run Server

This will watch your files, compile them and run your dev server at http://localhost:3000

$ yarn start

Build

$ yarn build

Additional Resources