Skip to content

emiliogarza/react-redux-youtube-api-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReduxSimpleStarter

NOTE: This is just my work from this React Redux class on Udemy I've been taking for fun. Here is the class I'm taking on Udemy about redux.

Though I wrote this code, it was by the direction of Stephen Grider, and the boilerplate is from his Starter kit: ReactStarter

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

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

> git clone https://github.com/StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> npm install
> npm start

About

Learning React and Redux with the YouTube API. Cool stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published