Skip to content

faroedev/example-sveltekit-basic

Repository files navigation

Faroe and SveltekIt basic example

A basic SvelteKit example using Faroe and SQLite.

  • Email and password authentication
  • Email verification
  • Password reset

Set up

Create sqlite.db in the root of the project, and run schema.sql.

sqlite3 sqlite.db

Install and initialize Faroe on port 4000.

./faroe serve

Install dependencies and start the dev server.

pnpm i
pnpm dev

Notes

  • The client's IP address is hard-coded as 0.0.0.0.

About

A basic SvelteKit example using Faroe and SQLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published