Skip to content

asgharali101/Netflix-Clone-Website

Repository files navigation

Getting Started with Your Project.

Welcome to your new project! Follow these simple steps to get started:

Step 1: Create Your Project

Open your terminal or command prompt and navigate to the directory where you want to keep your project.

git clone https://github.com/asgharali101/Netflix-Clone-Website

This command will create a new project using Vite.js.

Step 2: Navigate to Your Project

Navigate into the newly created project directory.

cd Netflix-Clone-Website

Step 3: Install Dependencies

Install the project dependencies and create the node_modules folder.

npm install

OR

npm install -D tailwindcss postcss autoprefixer

Step 4: Start the Development Server

Start the development server to view your website.

npm run dev

That's it! Your development server is up and running. Open your browser and navigate to the specified URL to view your website.

Best Of Luck

Happy coding!