Welcome to your new project! Follow these simple steps to get started:
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-WebsiteThis command will create a new project using Vite.js.
Navigate into the newly created project directory.
cd Netflix-Clone-WebsiteInstall the project dependencies and create the node_modules folder.
npm installnpm install -D tailwindcss postcss autoprefixerStart the development server to view your website.
npm run devThat's it! Your development server is up and running. Open your browser and navigate to the specified URL to view your website.
Happy coding!