Amorem / react-tube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

react-tube

About


Languages

Language:JavaScript 99.1%Language:HTML 0.6%Language:Shell 0.3%