Skip to content

A Youtube clone built in React, Redux, Redux-saga

Notifications You must be signed in to change notification settings

JeanFrancoisUccelli/youtube-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4.2. Install the dependencies

Install the dependencies by running

npm install

If you are using yarn, please run

yarn install

4.3. Running the application

To run the application, execute

npm start

or with yarn

yarn start

5 Tests

This project contains an extensive suite of tests and makes use of Jest and Enzyme.

Run all tests by executing.

npm test

You can also use yarn to run the tests.

yarn test

About

A Youtube clone built in React, Redux, Redux-saga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • CSS 9.6%
  • HTML 1.5%