Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 413 Bytes

File metadata and controls

21 lines (16 loc) · 413 Bytes

Youtube API Demo with ReactJS

###Getting Started###

####Familiar with Git?##### Checkout this repo, install dependencies, then start the gulp process with the following:

	> git clone git@github.com:elcanziba/reactjs-youtube-api-demo.git
	> cd reactjs-youtube-api-demo
	> npm install
	> npm start

####Not Familiar with Git?##### Download the source code from GitHub

	> npm install
	> npm start