Blog Tinux Net

render-web

Todas las publicaciones etiquetadas render-web por Blog Tinux Net
  • Publicado en

    Instalacion

    npm create vite@latest
    

    Pero tambien se puede crear el proyecto directamente con

    # npm 7+, extra double-dash is needed:
    npm create vite@latest vite-project -- --template react
    

    Crea el Directorio vite-project Luego :

    cd vite-project
    npm install
    npm run dev
    

    Nos lanzara un script y el puerto abierto para el renderizado. VITE v5.3.3 ready in 180 ms

    ➜ Local: http://localhost:5173/
    ➜ Network: use --host to expose
    ➜ press h + enter to show help

    press r + enter to restart the server
    press u + enter to show server url
    press o + enter to open in browser
    press c + enter to clear console
    press q + enter to quit