An open API service indexing awesome lists of open source software.

https://github.com/vyntrix/pause-stack

🍣 Opinionated Svelte Tech Stack
https://github.com/vyntrix/pause-stack

auth opinionated prisma svelte sveltekit techstack unocss

Last synced: 7 months ago
JSON representation

🍣 Opinionated Svelte Tech Stack

Awesome Lists containing this project

README

          

![pausestack](https://github.com/user-attachments/assets/73730a12-4f31-496a-ba0c-87beea4f40a9)

> I found myself building up the same boilerplate for projects over and over again. So I decided to make a template for myself to use. Maybe it'll help you too.

## Features

- ⚡ [SvelteKit](https://kit.svelte.dev/)
- 💾 [Prisma](https://prisma.io/)
- 👤 [AuthJS](https://authjs.dev/)
- 🎨 [UnoCSS](https://uno.antfu.me/)
- 🦾 [TypeScript](https://www.typescriptlang.org/)
- ✨ [ESLint](https://github.com/antfu/eslint-config)

- ✉️ [MailHog](https://github.com/mailhog/MailHog) for local email testing

## Getting Started

### GitHub Template

[Create a repo from this template.](https://github.com/vyntrix/pause-stack/generate)

### Clone

```bash
npx degit vyntrix/pause-stack my-project
cd my-project
pnpm i
```

## Usage

### Development

Run and visit [localhost:3000](http://localhost:3000).
Visit MailHog at [localhost:8025](http://localhost:8025).

```bash
pnpm dev
// and start docker
docker compose up
```