Miniflix - A smaller version of Netflix powered by Cloudinary
Find a file
Chris Sevilleja cae43fd1cc for quick demo
2017-06-20 10:23:44 -07:00
docs for quick demo 2017-06-20 10:23:44 -07:00
public Initial Commit 2017-06-13 05:52:57 -04:00
src Initial Commit 2017-06-13 05:52:57 -04:00
.gitignore Initial Commit 2017-06-13 05:52:57 -04:00
package-lock.json Initial Commit 2017-06-13 05:52:57 -04:00
package.json Initial Commit 2017-06-13 05:52:57 -04:00
README.md Update readme to reflect Scotch.io 2017-06-13 05:56:56 -04:00
yarn.lock Initial Commit 2017-06-13 05:52:57 -04:00

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