This is the code that accompanies the Miniflix tutorial on Scotch.io.
# Get the project
git clone https://github.com/unicodeveloper/miniflix
# Change directory
cd miniflix
# Install the dependencies
npm install
# Run your app
npm start