React Toy Project - Youtube Clone Coding
Simple Youtube Search & Play tools! 👍
Video Search & Play Service with Youtube API
- Search Youtube Video with keywords
- Play videos whatever you wanna watch
You can try my service here! 😍
After cloning the repository, you need to install dependency executing following command:
$ yarn install
You can compile .jsx files using following command:
$ yarn run build
#for continuous build
$ yarn run build-watch
you can run test using following command:
$ yarn run test
#for continuous test
$ yarn run test-watch
"react": "^16.9.0"
"redux": "^4.0.4"
"webpack": "^4.39.1"
"babel": "^7.5.5"
"enzyme": "^3.10.0"
Will be added...