Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

React Video Player

🚀 Get Started with This Example

  • Create an environment variable file .env. and inside add:
REACT_APP_CLOUDINARY_CLOUD_NAME="<Your Cloud Name>"
  • Install the project dependencies with:
yarn install
# or
npm install
  • Start the development server with:
yarn start
# or
npm run start