Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 355 Bytes

File metadata and controls

29 lines (21 loc) · 355 Bytes

Aconchego

Acesse o Site

Tecnologias

  • React + TypeScript
  • TailwindCSS
  • React Router DOM
  • Lucide-React
  • Shadcn UI

Como Iniciar

  1. Rode o Backend:
cd aconchego-rest-api
npm install
npx ts-node src/server.ts
  1. Rode o Frontend:
cd aconchego
npm install
npm run dev