miniflix icon indicating copy to clipboard operation
miniflix copied to clipboard

Miniflix - A smaller version of Netflix powered by Cloudinary

Miniflix

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

Installation


# Get the project
git clone https://github.com/unicodeveloper/miniflix

# Change directory
cd miniflix

# Install the dependencies
npm install

# Run your app
npm start