Netflix landing page clone using HTML5, CSS3, Sass and Javascript with ES6.
This project is based on the online course of Traversy Media.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager.
- Clone this repo to your local machine using SSH:
git clone git@github.com:jhonandresmedina/netflix-landing-page-clone.git
- Or with HTTPS:
git clone https://github.com/jhonandresmedina/netflix-landing-page-clone.git
- Once cloning the repo is done go to the folder:
cd netflix-landing-page-clone
Now install the npm packages:
$ npm install
Run:
$ npm run dev
- It should open your default browser at http://127.0.0.1:8080 with the aplication up and running, enjoy!
We use SemVer for versioning. For the versions available, see the tags on this repository.
- John Medina - Initial work - John Medina
This project is licensed under the MIT License - see the LICENSE file for details