Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 329 Bytes

File metadata and controls

25 lines (18 loc) · 329 Bytes

YouTube Search interface

Usage

Install nodemon globally

npm i nodemon -g

Install server and client dependencies

yarn
cd client
yarn
cd server
yarn

To start the server and client at the same time (from the root of the project)

yarn dev