GitHunt
NE

ne2030/arete

Arete

Mobile-first web service with separate frontend and backend applications.

Structure

arete/
├── frontend/    # Svelte + TypeScript
└── backend/     # NestJS + TypeScript

Frontend (Svelte)

cd frontend
npm install
npm run dev     # http://localhost:5173

Backend (NestJS)

cd backend
npm install
npm run start:dev     # http://localhost:3000

Production Build

Frontend:

cd frontend
npm run build
npm run preview

Backend:

cd backend
npm run build
npm run start:prod

Features

  • Frontend: Mobile-first responsive design with Svelte
  • Backend: Production-ready NestJS framework with:
    • Dependency injection
    • Module system
    • Environment configuration
    • Built-in testing
    • TypeScript decorators

Languages

TypeScript79.6%Svelte15.3%PLpgSQL3.9%JavaScript0.5%CSS0.4%HTML0.2%

Contributors

Created October 16, 2025
Updated December 28, 2025
ne2030/arete | GitHunt