MovieHub is a web application built with React and Vite. Follow these steps to run the project locally.
-
Download or Clone the Project
- Click the green "Code" button on GitHub and select "Download ZIP" or use:
git clone https://github.com/vinh2155/MovieHub.git
- Open the project folder in your code editor.
- Click the green "Code" button on GitHub and select "Download ZIP" or use:
-
Install Dependencies
- Open a terminal in the project folder and run:
npm install
- Open a terminal in the project folder and run:
-
Start the Development Server
- Run:
npm run dev
- The app will be available at the address shown in the terminal (usually http://localhost:5173).
- Run:
-
Open in Browser
- Open your web browser and go to the address shown in the terminal.
- If you have issues, make sure Node.js and npm are installed correctly.
- If you see errors, try deleting the
node_modulesfolder and runningnpm installagain.
For technical questions, please contact the project maintainer.