Follow the steps below to run the project locally.
git clone https://github.com/moontech69/tvmazeshow.git
cd tvmazeshowcd frontend
cp .env.example .env
npm install
npm run devThis will start the frontend (React) development server at http://localhost:3000.
cd ../backend
cp .env.example .env
npm install
npm run devThis will start the backend (Node.js/Express) server at http://localhost:4000.