Jeffreyyvdb / svelte-saas-starter

https://svelte-saas-starter.vercel.app
7 stars 1 forks source link

Svelte 5 SaaS Starter Template

This project is a port of the Next.js SaaS Stripe Starter for Svelte 5, utilizing the power of SvelteKit and shadcn-svelte components. It provides a robust foundation for building modern, scalable SaaS applications with Svelte.

Features

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Acknowledgements

Support

If you find this project helpful, please consider giving it a star on GitHub and sharing it with others!

For issues, feature requests, or questions, please use the GitHub issues page.