This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/netflix-like.git cd netflix-like -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
-
Preview the production build:
npm run serve
Here is a brief overview of the project structure:
/src
/assets # Static assets (images, fonts, etc.)
/components # React components
/pages # React pages
/styles # CSS/Sass files
/utils # Utility functions
App.jsx # Main App component
main.jsx # Entry point
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License.