Skip to content

Serio120/great-button-react

Repository files navigation

t # 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 with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

___________________________________________________________________________________________________________________________________________________________________

Basico Aplicación

    #En este caso git bash

    npm --version
    # Ya lo dice el comando 

    npm create vite
    #Lo más simple  (En este caso React y JavaScript)

    cd mi-carpeta-projecto
    # O repositorio local

    npm install
    # Instalamos dependencias

    npm run dev
    # Lanzamos el proyecto o aplicación
    # dev es un Script en el archivo package.json

Basico Git-GitHub

    git status

    git branch -m main
    # Cambio nombre rama principal

    git add .

    git status

    git commit -m "Aplicación lista para repositorio"

    git branch -M main
    # Te lo vuelve a decir GitHub

    git remote add origin https://github.com/Serio120/great-button-react.git
    # Indicamos el repositorio remoto

    git push -u origin main



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published