Skip to content

larseirik/video_browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video_browser

Only React

###Getting Started###

Checkout this repo, install depdencies, then start the gulp process with the following:

	> git clone git@github.com:bertin/video_browser.git
	> cd video_browser
	> npm install	( to install the dependencies )
	> npm start		( to start the application )

####To access the application##### In your web browser

	> http://localhost:8080/

###Credits### This project is a result from learning from Stephen Griders excellent course on udemy https://www.udemy.com/react-redux/learn/v4/overview I started out with Stephens starter projects from his github page, and followed his instructions from the course. Stephen Grider is THE most talented instructor I have ever experienced. Stephens courses is highly recommended when learning React and Redux.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • HTML 4.4%
  • CSS 3.4%