Skip to content

DevEsteves/Projeto-Final-Transforma-Tec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto final Transforma Tec

Running locally

Windows

git clone https://github.com/DevEsteves/Projeto-Final-Transforma-Tec.git
cd Projeto-Final-Transforma-Tec

Execute Projeto-Final-Transforma-Tec with npm, Yarn, or pnpm to bootstrap the example:

npm install
cd frontend
npm install
cd..
npm run dev 
pnpm install
cd frontend
pnpm install
cd..
pnpm run dev
yarn install
cd frontend
yarn install
cd..
yarn run dev-yarn

macOS and other Linux-based Systems

git clone https://github.com/DevEsteves/Projeto-Final-Transforma-Tec.git
cd Projeto-Final-Transforma-Tec

Execute Projeto-Final-Transforma-Tec with npm, Yarn, or pnpm to bootstrap the example:

npm install
cd frontend
npm install
cd ..
npm run dev
pnpm install
cd frontend
pnpm install
cd ..
pnpm run dev
yarn install
cd frontend
yarn install
cd ..
yarn run dev-yarn

Agora, para obter informações de usuários do github você pode digitar no browser: http://localhost:3000/api/users/username/details Substitua o username pelo usuário do github que você quer pesquisar.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •