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-Website
This command will create a new project using Vite.js.
Navigate into the newly created project directory.
cd Netflix-Clone-Website
Install the project dependencies and create the node_modules
folder.
npm install
npm install -D tailwindcss postcss autoprefixer
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.
Happy coding!