Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 746 Bytes

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:

Instructions

  1. cd NetflixGPT
  2. pnpm install
  3. pnpm run dev

For Network (3 methods)

  1. pnpm run dev --host
  2. "host": "vite --host" write this in package.json below preview in scripts, then pnpm run host
  3. In vite.config.js write server: { host: true, } after plugins