Awesome
React Youtube Search
Demo application that searches youtube videos. Using React only.
How to run it locally?
First of all create a Youtube API V3 Data API Key and rename src/youtube-api.tmpl.json
to src/youtube-api.json
, write down your API Key inside src/youtube-api.json
After that you should do:
npm install
npm start
- Open your browser in
http://localhost:3000