Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.74 KB

File metadata and controls

64 lines (46 loc) · 1.74 KB

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

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.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/netflix-like.git
    cd netflix-like
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Build for production:

    npm run build
  5. Preview the production build:

    npm run serve

Project Structure

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

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the MIT License.