Movies Web Panel

just a dummy web app

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory (use node<18.15.x)

  cd movies-web-app

Install dependencies

  npm install

Start the server

  npm run dev