Here are the steps below to run this project.
Make sure you have installed the following prerequisites before proceeding:
-
Clone this repository to your local machine:
git clone https://github.com/vickyadrii/movie-lists.git -
Navigate to the project directory:
cd movie-lists -
Install all the required dependencies using npm or Yarn:
npm install # or yarn
Start the server:
npm run dev
# or
yarn dev- React - React library for building user interface
- TypeScript - Programming language
- Vite - Frontend build tool
- Tailwind - Utility-first CSS framework