Miniflix - A smaller version of Netflix powered by Cloudinary
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
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