navneetsharmaui / sveltekit-starter

Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
https://sveltekit-starter-one.vercel.app
MIT License
609 stars 100 forks source link

Support for Auth and Prisma #20

Closed jet10000 closed 3 years ago

jet10000 commented 3 years ago

Auth and Prisma ORM

magick93 commented 3 years ago

IMO both of these are out of scope as they both include external services, and are not explicit front end.

But they should be relatively easy to add to your own project.