nestjs-svelte-template Svelte Themes

Nestjs Svelte Template

Nestjs + Svelte Template

  • Install Guide

  1. git clone https://github.com/Luxw098/nestjs-svelte-template ProjectName
  2. cd ProjectName
  3. bun run setup
  4. Do your personalisation
  5. bun run dev


  • Customization

  1. Edit backend/src/app.module.ts to configure controllers and providers.
  • Backend API
  • Prisma ORM
  • Socket.IO Server
  1. Edit backend/prisma/schema.prisma to configure your database.
  • Default database is SQLite
  1. If applicable, edit backend/.env to configure your database URL.
  2. Setup ports at these locations:
  • backend/src/main.ts for Back-end ports
  • frontend/vite.config.ts for Front-end ports
  1. Run bun run dev to start the server in dev mode.


  • Production

  1. bun run build to generate the production build.
  2. bun run start to start the production server.

Top categories

Loading Svelte Themes