Miniflix

This is the code that accompanies the Miniflix tutorial on Scotch.io.

Installation

```bash

Get the project

git clone https://github.com/unicodeveloper/miniflix

Change directory

cd miniflix

Install the dependencies

npm install

Run your app

npm start