Skip to content

Youtube Clone built with React. Built under the direction of Reed Barger Youtube Clone course.

Notifications You must be signed in to change notification settings

a-dri-an-S/Youtube-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

  1. Upon cloning this repo, add your node version in the "engines" section of the root package.json file.
  • You can find out your node version by running the command node -v in your terminal.
  1. Install dependencies for package.json files for server (in root of project) and for client (in "client" folder)
npm install
cd client && npm install
  1. Run dev script in project root to run both server and client scripts simultaneously.
  • Note: Make sure you are not in the "client" folder
npm run dev

Global Dependencies Required

Accounts Required

Recommended Tools

Extensions for VSCode

Helpful Links

About

Youtube Clone built with React. Built under the direction of Reed Barger Youtube Clone course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published