Skip to content
View LaisMassacesi's full-sized avatar
  • Rio de Janeiro, Brasil
Block or Report

Block or report LaisMassacesi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. shopping-cart-trybe-project shopping-cart-trybe-project Public

    JavaScript

  2. trybetunes-trybe-project trybetunes-trybe-project Public

    JavaScript

  3. react-testing-library-trybe-project react-testing-library-trybe-project Public

    JavaScript

  4. Checklist react-redux #2 Checklist react-redux #2
    1
     Checklist react-redux: Passo a passo para guardar no coração e colar na parede
    2
    
                  
    3
        npx create-react-app my-app-redux;
    4
        npm install redux react-redux;
    5
        npm install.
  5. Servidor Node.js + framework Express Servidor Node.js + framework Express
    1
    Configurando projeto do 0 e Criando o servidor
    2
    
                  
    3
    [Para iniciar a aplicação node]
    4
    npm init -y
    5