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:5173Backend (NestJS)
cd backend
npm install
npm run start:dev # http://localhost:3000Production Build
Frontend:
cd frontend
npm run build
npm run previewBackend:
cd backend
npm run build
npm run start:prodFeatures
- Frontend: Mobile-first responsive design with Svelte
- Backend: Production-ready NestJS framework with:
- Dependency injection
- Module system
- Environment configuration
- Built-in testing
- TypeScript decorators
On this page
Languages
TypeScript79.6%Svelte15.3%PLpgSQL3.9%JavaScript0.5%CSS0.4%HTML0.2%
Contributors
Created October 16, 2025
Updated December 28, 2025