youtubeclone-frontend
youtubeclone-frontend copied to clipboard
Cannot find dev script inside package.json file
When running 'npm run dev' the error is: Err Missing script: "dev"
Can you show me how to fix?
This is the frontend repo > npm i, npm start This is the backend repo > npm i, npm run dev 👍